IntegrationServicesServerGroupName プロパティ
名前空間: Microsoft.SqlServer.Management.RegisteredServers
アセンブリ: Microsoft.SqlServer.Management.RegisteredServers (Microsoft.SqlServer.Management.RegisteredServers.dll)
構文
'宣言
Public ReadOnly Property IntegrationServicesServerGroupName As String
Get
'使用
Dim instance As RegisteredServersStore
Dim value As String
value = instance.IntegrationServicesServerGroupName
public string IntegrationServicesServerGroupName { get; }
public:
property String^ IntegrationServicesServerGroupName {
String^ get ();
}
member IntegrationServicesServerGroupName : string
function get IntegrationServicesServerGroupName () : String