Condividi tramite


Proprietà ServerSetupAdapter.AgentDomainGroup

Gets or sets the domain group for the instance of SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property AgentDomainGroup As String 
    Get
'Utilizzo
Dim instance As ServerSetupAdapter 
Dim value As String 

value = instance.AgentDomainGroup
public string AgentDomainGroup { get; }
public:
virtual property String^ AgentDomainGroup {
    String^ get () sealed;
}
abstract AgentDomainGroup : string 
override AgentDomainGroup : string
final function get AgentDomainGroup () : String

Valore proprietà

Tipo: System.String
A String value that specifies the domain group for the instance of SQL Server.

Implementa

IServerSetupFacet.AgentDomainGroup

Vedere anche

Riferimento

ServerSetupAdapter Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo