Partager via


Propriété SfcDomainInfo.RootType

Gets or sets the root type of the object. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

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 Property RootType As Type 
    Get 
    Friend Set
'Utilisation
Dim instance As SfcDomainInfo 
Dim value As Type 

value = instance.RootType
public Type RootType { get; internal set; }
public:
property Type^ RootType {
    Type^ get ();
    internal: void set (Type^ value);
}
member RootType : Type with get, internal set
function get RootType () : Type 
internal function set RootType (value : Type)

Valeur de propriété

Type : System.Type
An object value that represents the root type of the object.

Voir aussi

Référence

SfcDomainInfo Classe

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