Método GetProperty
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Overridable Function GetProperty ( _
reference As Object, _
propertyName As String _
) As Object
'Uso
Dim instance As SimpleNodeAdapter
Dim reference As Object
Dim propertyName As String
Dim returnValue As Object
returnValue = instance.GetProperty(reference, _
propertyName)
public virtual Object GetProperty(
Object reference,
string propertyName
)
public:
virtual Object^ GetProperty(
Object^ reference,
String^ propertyName
)
abstract GetProperty :
reference:Object *
propertyName:string -> Object
override GetProperty :
reference:Object *
propertyName:string -> Object
public function GetProperty(
reference : Object,
propertyName : String
) : Object
Parâmetros
- reference
Tipo: System. . :: . .Object
The reference of the provider.
- propertyName
Tipo: System. . :: . .String
A String that specifies the name of the property.
Valor de retorno
Tipo: System. . :: . .Object
The named property of the specified object.
Consulte também