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.