共用方式為


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.