Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Returns the property with the specified name. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
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
Parameters
- propertyName
Type: System.String
A string value for the name of the property.
Return Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcMetadataRelation
The property with the specified name.