. 메서드 (String, Object)

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
Private Function TryGetPropertyValue ( _
    name As String, _
    <OutAttribute> ByRef value As Object _
) As Boolean Implements ISfcPropertySet.TryGetPropertyValue
‘사용 방법
Dim instance As PropertyCollection
Dim name As String
Dim value As Object
Dim returnValue As Boolean

returnValue = CType(instance, ISfcPropertySet).TryGetPropertyValue(name, _
    value)
bool ISfcPropertySet.TryGetPropertyValue(
    string name,
    out Object value
)
private:
virtual bool TryGetPropertyValue(
    String^ name, 
    [OutAttribute] Object^% value
) sealed = ISfcPropertySet::TryGetPropertyValue
private abstract TryGetPropertyValue : 
        name:string * 
        value:Object byref -> bool 
private override TryGetPropertyValue : 
        name:string * 
        value:Object byref -> bool 
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.

매개 변수

반환 값

형식: System. . :: . .Boolean

구현

ISfcPropertySetTryGetPropertyValue(String, Object%)