Compartilhar via


Método IAlienObject.GetPropertyValue

Gets the value of the specified property.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
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 de retorno

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

Consulte também

Referência

IAlienObject Interface

Namespace Microsoft.SqlServer.Management.Sdk.Sfc