ISfcPropertyStorageProvider.GetPropertyValueImpl メソッド
SFC プロバイダーに対するプロパティ値の実装を示します。 このメンバーをコード内で直接参照しないでください。このメンバーは、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
プロパティ名を示す文字列です。
戻り値
型: System.Object
取得するプロパティ値の実装です。