Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.