SimpleNodeAdapter.GetProperty 메서드
코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.
네임스페이스: Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리: Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)
구문
‘선언
Public Overridable Function GetProperty ( _
reference As Object, _
propertyName As String _
) As Object
‘사용 방법
Dim instance As SimpleNodeAdapter
Dim reference As Object
Dim propertyName As String
Dim returnValue As Object
returnValue = instance.GetProperty(reference, _
propertyName)
public virtual Object GetProperty(
Object reference,
string propertyName
)
public:
virtual Object^ GetProperty(
Object^ reference,
String^ propertyName
)
abstract GetProperty :
reference:Object *
propertyName:string -> Object
override GetProperty :
reference:Object *
propertyName:string -> Object
public function GetProperty(
reference : Object,
propertyName : String
) : Object
매개 변수
- reference
유형: System.Object
The reference of the provider.
- propertyName
유형: System.String
A String that specifies the name of the property.
반환 값
유형: System.Object
The named property of the specified object.