다음을 통해 공유


IAlienObject.GetPropertyValue 메서드

Gets the value of the specified property.

네임스페이스:  Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리:  Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)

구문

‘선언
Function GetPropertyValue ( _
    propertyName As String, _
    propertyType As Type _
) As Object
‘사용 방법
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

매개 변수

  • propertyType
    유형: System.Type
    The type of the property.

반환 값

유형: System.Object
An object that represents the property value.

참고 항목

참조

IAlienObject 인터페이스

Microsoft.SqlServer.Management.Sdk.Sfc 네임스페이스