GetPropertyValueImpl Método
Indicates the Property Value implementation to the sfc provider. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: System. . :: . .Object
The Property Value implementation to get.
Vea también