Partilhar via


Propriedade do RDL ISfcProperty.Type

Gets a Type object that represents the type of the property. 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
ReadOnly Property Type As Type 
    Get
'Uso
Dim instance As ISfcProperty 
Dim value As Type 

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

Valor da propriedade

Tipo: System.Type
A Type object that represents the type of the property.

Consulte também

Referência

ISfcProperty Interface

Namespace Microsoft.SqlServer.Management.Sdk.Sfc