SqlSmoObject.IAlienObject.GetPropertyValue 메서드
Gets the value of the specified property.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Private Function GetPropertyValue ( _
propertyName As String, _
propertyType As Type _
) As Object Implements IAlienObject.GetPropertyValue
‘사용 방법
Dim instance As SqlSmoObject
Dim propertyName As String
Dim propertyType As Type
Dim returnValue As Object
returnValue = CType(instance, IAlienObject).GetPropertyValue(propertyName, _
propertyType)
Object IAlienObject.GetPropertyValue(
string propertyName,
Type propertyType
)
private:
virtual Object^ GetPropertyValue(
String^ propertyName,
Type^ propertyType
) sealed = IAlienObject::GetPropertyValue
private abstract GetPropertyValue :
propertyName:string *
propertyType:Type -> Object
private override GetPropertyValue :
propertyName:string *
propertyType:Type -> Object
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.
매개 변수
- propertyName
유형: System.String
The name of the property.
- propertyType
유형: System.Type
The type of the property.
반환 값
유형: System.Object
A Object which represents the value of the property.
구현
IAlienObject.GetPropertyValue(String, Type)