Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the root type of the object. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Property RootType As Type
Get
Friend Set
'Usage
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)
Property Value
Type: System.Type
An object value that represents the root type of the object.