Compartir a través de


IServerSetupFacet.AgentDomainGroup Propiedad

Gets the domain group that is associated with the SQL Server Agent

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<DisplayDescriptionKeyAttribute("JobServer_AgentDomainGroupDesc")> _
<DisplayNameKeyAttribute("JobServer_AgentDomainGroupName")> _
ReadOnly Property AgentDomainGroup As String 
    Get
'Uso
Dim instance As IServerSetupFacet 
Dim value As String 

value = instance.AgentDomainGroup
[DisplayDescriptionKeyAttribute("JobServer_AgentDomainGroupDesc")]
[DisplayNameKeyAttribute("JobServer_AgentDomainGroupName")]
string AgentDomainGroup { get; }
[DisplayDescriptionKeyAttribute(L"JobServer_AgentDomainGroupDesc")]
[DisplayNameKeyAttribute(L"JobServer_AgentDomainGroupName")]
property String^ AgentDomainGroup {
    String^ get ();
}
[<DisplayDescriptionKeyAttribute("JobServer_AgentDomainGroupDesc")>]
[<DisplayNameKeyAttribute("JobServer_AgentDomainGroupName")>]
abstract AgentDomainGroup : string
function get AgentDomainGroup () : String

Valor de la propiedad

Tipo: System.String
A String value that specifies the name of the SQL Server Agent domain group.

Ejemplos

Establecer propiedades

Vea también

Referencia

IServerSetupFacet Interfaz

Espacio de nombres Microsoft.SqlServer.Management.Smo