Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the Property Value implementation to the sfc provider. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Function GetPropertyValueImpl ( _
propertyName As String _
) As Object
'Usage
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
Parameters
- propertyName
Type: System.String
A string for the property name.
Return Value
Type: System.Object
The Property Value implementation to get.