Metodo SqlSmoObject.IAlienObject.GetPropertyType

Gets the type of the specified property.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Private Function GetPropertyType ( _
    propertyName As String _
) As Type Implements IAlienObject.GetPropertyType
'Utilizzo
Dim instance As SqlSmoObject 
Dim propertyName As String 
Dim returnValue As Type 

returnValue = CType(instance, IAlienObject).GetPropertyType(propertyName)
Type IAlienObject.GetPropertyType(
    string propertyName
)
private:
virtual Type^ GetPropertyType(
    String^ propertyName
) sealed = IAlienObject::GetPropertyType
private abstract GetPropertyType : 
        propertyName:string -> Type  
private override GetPropertyType : 
        propertyName:string -> Type
JScript supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.

Parametri

  • propertyName
    Tipo: System.String
    The name of the property to get the type of.

Valore restituito

Tipo: System.Type
A Type which represents the type of the specified property.

Implementa

IAlienObject.GetPropertyType(String)

Vedere anche

Riferimento

SqlSmoObject Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo