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
A string value that represents the full name of the root type of the object.

请参阅

参考

SfcDomainInfo 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间