GetPropertyValue 메서드
Gets the value of the specified property.
네임스페이스: Microsoft.SqlServer.Management.Facets
어셈블리: Microsoft.SqlServer.Dmf.dll의 Microsoft.SqlServer.Dmf
구문
‘선언
Public Function GetPropertyValue ( _
name As String _
) As Object
‘사용 방법
Dim instance As FacetEvaluationContext
Dim name As String
Dim returnValue As Object
returnValue = instance.GetPropertyValue(name)
public Object GetPropertyValue(
string name
)
public:
Object^ GetPropertyValue(
String^ name
)
member GetPropertyValue :
name:string -> Object
public function GetPropertyValue(
name : String
) : Object
매개 변수
- name
형식: System. . :: . .String
A String value that specifies the name of the property.
반환 값
형식: System. . :: . .Object
A Object object value that specifies the property value.
주의
이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.