مشاركة عبر


IServerSetupFacet.SqlDomainGroup Property

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.

Examples

Setting Properties

See Also

Reference

IServerSetupFacet Interface

Microsoft.SqlServer.Management.Smo Namespace