Utility.Computers 属性

定义

获取运行托管实例的计算机集合。

public:
 property Microsoft::SqlServer::Management::Utility::ComputerCollection ^ Computers { Microsoft::SqlServer::Management::Utility::ComputerCollection ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObject(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerRelationship.ChildContainer, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerCardinality.ZeroToAny, typeof(Microsoft.SqlServer.Management.Utility.Computer))]
public Microsoft.SqlServer.Management.Utility.ComputerCollection Computers { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObject(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerRelationship.ChildContainer, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerCardinality.ZeroToAny, typeof(Microsoft.SqlServer.Management.Utility.Computer))>]
member this.Computers : Microsoft.SqlServer.Management.Utility.ComputerCollection
Public ReadOnly Property Computers As ComputerCollection

属性值

一个ComputerCollection值,该值包含运行SQL Server托管实例的计算机的集合。

属性

适用于