Utility.Computers 属性

Gets the collection of computers running managed instances.

命名空间:  Microsoft.SqlServer.Management.Utility
程序集:  Microsoft.SqlServer.Management.Utility(在 Microsoft.SqlServer.Management.Utility.dll 中)

语法

声明
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(Computer))> _
Public ReadOnly Property Computers As ComputerCollection 
    Get
用法
Dim instance As Utility 
Dim value As ComputerCollection 

value = instance.Computers
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(Computer))]
public ComputerCollection Computers { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(Computer))]
public:
property ComputerCollection^ Computers {
    ComputerCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(Computer))>]
member Computers : ComputerCollection
function get Computers () : ComputerCollection

属性值

类型:Microsoft.SqlServer.Management.Utility.ComputerCollection
A ComputerCollection value containing the collection of computers running managed instances of SQL Server.

请参阅

参考

Utility 类

Microsoft.SqlServer.Management.Utility 命名空间