Metodo IAlienObject.GetPropertyType
Ottiene il tipo della proprietà specificata.
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
Nome della proprietà di cui ottenere il tipo.
Valore restituito
Tipo: System. . :: . .Type
Oggetto Type che rappresenta il tipo della proprietà specificata.