SfcDomainInfo.RootType プロパティ

オブジェクトのルート型を取得または設定します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public Property RootType As Type 
    Get 
    Friend Set
'使用
Dim instance As SfcDomainInfo 
Dim value As Type 

value = instance.RootType
public Type RootType { get; internal set; }
public:
property Type^ RootType {
    Type^ get ();
    internal: void set (Type^ value);
}
member RootType : Type with get, internal set
function get RootType () : Type 
internal function set RootType (value : Type)

プロパティ値

型: System.Type
オブジェクトのルート型を表すオブジェクト値です。

関連項目

参照

SfcDomainInfo クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間