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


Свойство Utility.ManagedInstances

Gets a collection containing each instance of SQL Server managed by this Utility.

Пространство имен:  Microsoft.SqlServer.Management.Utility
Сборка:  Microsoft.SqlServer.Management.Utility (в Microsoft.SqlServer.Management.Utility.dll)

Синтаксис

'Декларация
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(ManagedInstance))> _
Public ReadOnly Property ManagedInstances As ManagedInstanceCollection 
    Get
'Применение
Dim instance As Utility 
Dim value As ManagedInstanceCollection 

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

Значение свойства

Тип: Microsoft.SqlServer.Management.Utility.ManagedInstanceCollection
A ManagedInstanceCollection that contains all of the instances of SQL Server managed by this Utility.

См. также

Справочник

Utility Класс

Пространство имен Microsoft.SqlServer.Management.Utility