共用方式為


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