Partager via


Méthode FindProperty

Returns the property with the specified name. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Overridable Function FindProperty ( _
    propertyName As String _
) As SfcMetadataRelation
'Utilisation
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

Paramètres

Valeur de retour

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