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