共用方式為


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

參數

傳回值

型別:Microsoft.SqlServer.Management.Sdk.Sfc.Metadata. . :: . .SfcMetadataRelation
The property with the specified name.