Compartilhar via


Método IAlienObject.GetPropertyType

Obtém o tipo da propriedade especificada.

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

Valor de retorno

Tipo: System. . :: . .Type
Um Type que representa o tipo da propriedade especificada.

Implementa

IAlienObject. . :: . .GetPropertyType(String)