次の方法で共有


ServerType プロパティ

サーバー グループに関連付けられたサーバーの種類を示す Guid オブジェクトの値を取得します。

名前空間:  Microsoft.SqlServer.Management.Smo.RegisteredServers
アセンブリ:  Microsoft.SqlServer.SmoExtended (Microsoft.SqlServer.SmoExtended.dll)

構文

'宣言
<SfcPropertyAttribute> _
Public ReadOnly Property ServerType As Guid
    Get
'使用
Dim instance As ServerGroup
Dim value As Guid

value = instance.ServerType
[SfcPropertyAttribute]
public Guid ServerType { get; }
[SfcPropertyAttribute]
public:
property Guid ServerType {
    Guid get ();
}
[<SfcPropertyAttribute>]
member ServerType : Guid
function get ServerType () : Guid

プロパティ値

型: System. . :: . .Guid
サーバー グループに関連付けられたサーバーの種類を示す Guid システム オブジェクトの値です。