Share via


SfcDomainInfo.RootTypeFullName プロパティ

このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

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

構文

'宣言
Public Property RootTypeFullName As String 
    Get 
    Friend Set
'使用
Dim instance As SfcDomainInfo 
Dim value As String 

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

プロパティ値

型: System.String
オブジェクトのルート型の完全な名前を表す文字列値です。

関連項目

参照

SfcDomainInfo クラス

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