RegisteredServersStore.IntegrationServicesServerGroup Property
A ServerGroup object that specifies the Integration Services server group.
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntax
'Declaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IntegrationServicesServerGroup As ServerGroup
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.RegisteredServers.ServerGroup
A ServerGroup object that specifies the Integration Services server group.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.