ServerGroups 속성
네임스페이스: Microsoft.SqlServer.Management.RegisteredServers
어셈블리: Microsoft.SqlServer.Management.RegisteredServers.dll의 Microsoft.SqlServer.Management.RegisteredServers
구문
‘선언
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(ServerGroup))> _
Public ReadOnly Property ServerGroups As ServerGroupCollection
Get
‘사용 방법
Dim instance As RegisteredServersStore
Dim value As ServerGroupCollection
value = instance.ServerGroups
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(ServerGroup))]
public ServerGroupCollection ServerGroups { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny,
typeof(ServerGroup))]
public:
property ServerGroupCollection^ ServerGroups {
ServerGroupCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(ServerGroup))>]
member ServerGroups : ServerGroupCollection
function get ServerGroups () : ServerGroupCollection