Proprietà SfcDomainInfo.RootType

Gets or sets the root type of the object. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Property RootType As Type 
    Get 
    Friend Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

SfcDomainInfo Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc