Metodo SfcMetadataDiscovery.FindProperty

Returns the property with the specified name. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

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

Parametri

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

Valore restituito

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

Vedere anche

Riferimento

SfcMetadataDiscovery Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc.Metadata