Partilhar via


Propriedade do RDL RootFacetAttribute.RootType

Gets the root type of the root facet attribute.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public ReadOnly Property RootType As Type 
    Get
'Uso
Dim instance As RootFacetAttribute 
Dim value As Type 

value = instance.RootType
public Type RootType { get; }
public:
property Type^ RootType {
    Type^ get ();
}
member RootType : Type
function get RootType () : Type

Valor da propriedade

Tipo: System.Type
A value that represents the root type of the root facet attribute.

Consulte também

Referência

RootFacetAttribute Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc