RegisteredServersStore.IntegrationServicesServerGroup プロパティ

Integration Services サーバー グループを示す ServerGroup オブジェクトです。

名前空間:  Microsoft.SqlServer.Management.RegisteredServers
アセンブリ:  Microsoft.SqlServer.Management.RegisteredServers (Microsoft.SqlServer.Management.RegisteredServers.dll)

構文

'宣言
<SfcIgnoreAttribute> _
Public ReadOnly Property IntegrationServicesServerGroup As ServerGroup 
    Get
'使用
Dim instance As RegisteredServersStore 
Dim value As ServerGroup 

value = instance.IntegrationServicesServerGroup
[SfcIgnoreAttribute]
public ServerGroup IntegrationServicesServerGroup { get; }
[SfcIgnoreAttribute]
public:
property ServerGroup^ IntegrationServicesServerGroup {
    ServerGroup^ get ();
}
[<SfcIgnoreAttribute>]
member IntegrationServicesServerGroup : ServerGroup
function get IntegrationServicesServerGroup () : ServerGroup

プロパティ値

型: Microsoft.SqlServer.Management.RegisteredServers.ServerGroup
Integration Services サーバー グループを示す ServerGroup オブジェクト。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

関連項目

参照

RegisteredServersStore クラス

Microsoft.SqlServer.Management.RegisteredServers 名前空間