Partager via


Propriété RootFacetAttribute.RootType

Gets the root type of the root facet attribute.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public ReadOnly Property RootType As Type 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

RootFacetAttribute Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc