Właściwość SfcDomainInfo.RootType
Pobiera lub ustawia typ głównego obiektu.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Składnia
'Deklaracja
Public Property RootType As Type
Get
Friend Set
'Użycie
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)
Wartość właściwości
Typ: System.Type
Wartość obiekt reprezentuje katalog główny typ obiektu.