Compartir a través de


IAlienObject.GetPropertyValue Método

Gets the value of the specified property.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Function GetPropertyValue ( _
    propertyName As String, _
    propertyType As Type _
) As Object
'Uso
Dim instance As IAlienObject 
Dim propertyName As String 
Dim propertyType As Type 
Dim returnValue As Object 

returnValue = instance.GetPropertyValue(propertyName, _
    propertyType)
Object GetPropertyValue(
    string propertyName,
    Type propertyType
)
Object^ GetPropertyValue(
    String^ propertyName, 
    Type^ propertyType
)
abstract GetPropertyValue : 
        propertyName:string * 
        propertyType:Type -> Object
function GetPropertyValue(
    propertyName : String, 
    propertyType : Type
) : Object

Parámetros

  • propertyType
    Tipo: System.Type
    The type of the property.

Valor devuelto

Tipo: System.Object
An object that represents the property value.

Vea también

Referencia

IAlienObject Interfaz

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc