Compartir a través de


SfcMetadataDiscovery.FindProperty Método

Returns the property with the specified name. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Overridable Function FindProperty ( _
    propertyName As String _
) As SfcMetadataRelation
'Uso
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

Parámetros

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

Valor devuelto

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

Vea también

Referencia

SfcMetadataDiscovery Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc.Metadata