SqlDomainGroup プロパティ
SQL Server のインスタンスのドメイン グループを取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property SqlDomainGroup As String
Get
'使用
Dim instance As Server
Dim value As String
value = instance.SqlDomainGroup
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string SqlDomainGroup { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ SqlDomainGroup {
String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member SqlDomainGroup : string
function get SqlDomainGroup () : String
プロパティ値
型: System. . :: . .String
ドメイン グループを指定する文字列値です。