Свойство ServerSetupAdapter.AgentDomainGroup

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

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public ReadOnly Property AgentDomainGroup As String 
    Get
'Применение
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

Значение свойства

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

Реализует

IServerSetupFacet.AgentDomainGroup

См. также

Справочник

ServerSetupAdapter Класс

Пространство имен Microsoft.SqlServer.Management.Smo