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.