GetPropertyValueImpl 方法
Indicates the Property Value implementation to the sfc provider. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Function GetPropertyValueImpl ( _
propertyName As String _
) As Object
'用途
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
參數
- propertyName
型別:System. . :: . .String
A string for the property name.
傳回值
型別:System. . :: . .Object
The Property Value implementation to get.