IntegrationServicesServerGroupName 屬性
Gets the name of an Integration Services server group.
命名空間: 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
屬性值
型別:System. . :: . .String
A String value that contains the name of the Integration Services server group.
備註
只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。