Compartilhar via


Propriedade do RDL Property.ISfcProperty.Type

Gets the type of property.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Private ReadOnly Property Type As Type 
    Implements ISfcProperty.Type 
    Get
'Uso
Dim instance As [Property]
Dim value As Type 

value = CType(instance, ISfcProperty).Type
Type ISfcProperty.Type { get; }
private:
virtual property Type^ Type {
    Type^ get () sealed = ISfcProperty::Type::get;
}
private abstract Type : Type 
private override Type : Type
JScript dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.

Valor da propriedade

Tipo: System.Type
A Type system object value that specifies the type of property.

Implementa

ISfcProperty.Type

Exemplos

Definindo propriedades

Consulte também

Referência

Property Classe

Namespace Microsoft.SqlServer.Management.Smo