Propriété RootType

Gets or sets the root type of the object. Ne référencez pas directement 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.