Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the domain group for the instance of SQL Server.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayDescriptionKeyAttribute("Server_SqlDomainGroupDesc")> _
<DisplayNameKeyAttribute("Server_SqlDomainGroupName")> _
ReadOnly Property SqlDomainGroup As String
Get
'Usage
Dim instance As IServerSetupFacet
Dim value As String
value = instance.SqlDomainGroup
[DisplayDescriptionKeyAttribute("Server_SqlDomainGroupDesc")]
[DisplayNameKeyAttribute("Server_SqlDomainGroupName")]
string SqlDomainGroup { get; }
[DisplayDescriptionKeyAttribute(L"Server_SqlDomainGroupDesc")]
[DisplayNameKeyAttribute(L"Server_SqlDomainGroupName")]
property String^ SqlDomainGroup {
String^ get ();
}
[<DisplayDescriptionKeyAttribute("Server_SqlDomainGroupDesc")>]
[<DisplayNameKeyAttribute("Server_SqlDomainGroupName")>]
abstract SqlDomainGroup : string
function get SqlDomainGroup () : String
Property Value
Type: System.String
A String value that specifies the domain group for the instance of SQL Server.