Método GetPropertyValueImpl
Indicates the Property Value implementation to the sfc provider. 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
Function GetPropertyValueImpl ( _
propertyName As String _
) As Object
'Uso
Dim instance As ISfcPropertyStorageProvider
Dim propertyName As String
Dim returnValue As Object
returnValue = instance.GetPropertyValueImpl(propertyName)
Object GetPropertyValueImpl(
string propertyName
)
Object^ GetPropertyValueImpl(
String^ propertyName
)
abstract GetPropertyValueImpl :
propertyName:string -> Object
function GetPropertyValueImpl(
propertyName : String
) : Object
Parâmetros
- propertyName
Tipo: System. . :: . .String
A string for the property name.
Valor de retorno
Tipo: System. . :: . .Object
The Property Value implementation to get.
Consulte também