Compartilhar via


Propriedade do RDL SfcMetadataDiscovery.Type

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

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

Sintaxe

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

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

Valor da propriedade

Tipo: System.Type
The type of the node.

Consulte também

Referência

SfcMetadataDiscovery Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc.Metadata