Поделиться через


Свойство 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