共用方式為


RootFacetAttribute.RootType 屬性

Gets the root type of the root facet attribute.

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public ReadOnly Property RootType As Type 
    Get
'用途
Dim instance As RootFacetAttribute 
Dim value As Type 

value = instance.RootType
public Type RootType { get; }
public:
property Type^ RootType {
    Type^ get ();
}
member RootType : Type
function get RootType () : Type

屬性值

型別:System.Type
A value that represents the root type of the root facet attribute.

請參閱

參考

RootFacetAttribute 類別

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