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 命名空间