Propriedade do RDL SfcDomainInfo.RootType
Gets or sets the root type of the object. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Property RootType As Type
Get
Friend Set
'Uso
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)
Valor da propriedade
Tipo: System.Type
An object value that represents the root type of the object.