다음을 통해 공유


. 메서드

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

구문

‘선언
Private Function GetProperty ( _
    name As String _
) As Object Implements IAlienObject.GetProperty
‘사용 방법
Dim instance As SqlSmoObject
Dim name As String
Dim returnValue As Object

returnValue = CType(instance, IAlienObject).GetProperty(name)
Object IAlienObject.GetProperty(
    string name
)
private:
virtual Object^ GetProperty(
    String^ name
) sealed = IAlienObject::GetProperty
private abstract GetProperty : 
        name:string -> Object 
private override GetProperty : 
        name:string -> Object 
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.

매개 변수

반환 값

형식: System. . :: . .Object

구현

IAlienObjectGetProperty(String)