Propriedade do RDL SqlPropertyInfo.PropertyType

Gets the property type.

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

Sintaxe

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

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

Valor da propriedade

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

Exemplos

Definindo propriedades

Consulte também

Referência

SqlPropertyInfo Classe

Namespace Microsoft.SqlServer.Management.Smo