PolicyStore.ISfcDomain.GetKey メソッド
urnFragment パラメーターの名前プロパティによって決定された型の新しい SfcKey を取得します。
名前空間: Microsoft.SqlServer.Management.Dmf
アセンブリ: Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)
構文
'宣言
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Private Function GetKey ( _
urnFragment As IUrnFragment _
) As SfcKey Implements ISfcDomain.GetKey
'使用
Dim instance As PolicyStore
Dim urnFragment As IUrnFragment
Dim returnValue As SfcKey
returnValue = CType(instance, ISfcDomain).GetKey(urnFragment)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
SfcKey ISfcDomain.GetKey(
IUrnFragment urnFragment
)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
private:
virtual SfcKey^ GetKey(
IUrnFragment^ urnFragment
) sealed = ISfcDomain::GetKey
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
private abstract GetKey :
urnFragment:IUrnFragment -> SfcKey
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
private override GetKey :
urnFragment:IUrnFragment -> SfcKey
JScript は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- urnFragment
型: Microsoft.SqlServer.Management.Sdk.Sfc.IUrnFragment
IUrnFragment オブジェクトです。
戻り値
型: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
新しい SfcKey オブジェクトです。
実装
ISfcDomain.GetKey(IUrnFragment)