Freigeben über


SfcMetadataDiscovery.FindProperty-Methode

Returns the property with the specified name. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Overridable Function FindProperty ( _
    propertyName As String _
) As SfcMetadataRelation
'Usage
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

Parameter

  • propertyName
    Typ: System.String
    A string value for the name of the property.

Rückgabewert

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

Siehe auch

Verweis

SfcMetadataDiscovery Klasse

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata-Namespace