Utility.Computers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of computers running managed instances.
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
Property Value
A ComputerCollection value containing the collection of computers running managed instances of SQL Server.
- Attributes