Partilhar via


Método SqlSmoObject.IAlienObject.GetPropertyType

Gets the type of the specified property.

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

Sintaxe

'Declaração
Private Function GetPropertyType ( _
    propertyName As String _
) As Type Implements IAlienObject.GetPropertyType
'Uso
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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.

Parâmetros

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

Valor de retorno

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

Implementa

IAlienObject.GetPropertyType(String)

Consulte também

Referência

SqlSmoObject Classe

Namespace Microsoft.SqlServer.Management.Smo