GetPropertyValueImpl-Methode
Indicates the Property Value implementation to the sfc provider. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
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
Parameter
- propertyName
Typ: System. . :: . .String
A string for the property name.
Rückgabewert
Typ: System. . :: . .Object
The Property Value implementation to get.