ISfcPropertyStorageProvider.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.

请参阅

参考

ISfcPropertyStorageProvider 接口

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间