Método FindProperty
Returns the property with the specified name. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
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 de retorno
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata. . :: . .SfcMetadataRelation
The property with the specified name.
Consulte também