Partager via


Méthode SfcMetadataDiscovery.FindProperty

Returns the property with the specified name. Ne faites pas directement référence à 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

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

Valeur de retour

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

Voir aussi

Référence

SfcMetadataDiscovery Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc.Metadata