Partilhar via


Propriedade do RDL Type

Gets 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
Public ReadOnly Property Type As Type
    Get
'Uso
Dim instance As SfcProperty
Dim value As Type

value = instance.Type
public Type Type { get; }
public:
virtual property Type^ Type {
    Type^ get () sealed;
}
abstract Type : Type
override Type : Type
final function get Type () : Type

Valor da propriedade

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

Implementa

ISfcProperty. . :: . .Type