SfcCollection<T, K, ParentT>.ISfcCollection.GetExisting メソッド
指定したキーを使用して、コレクションから既存のアイテムを取得します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
名前空間: Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ: Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)
構文
'宣言
Private Function GetExisting ( _
key As SfcKey, _
<OutAttribute> ByRef sfcInstance As SfcInstance _
) As Boolean Implements ISfcCollection.GetExisting
'使用
Dim instance As SfcCollection
Dim key As SfcKey
Dim sfcInstance As SfcInstance
Dim returnValue As Boolean
returnValue = CType(instance, ISfcCollection).GetExisting(key, _
sfcInstance)
bool ISfcCollection.GetExisting(
SfcKey key,
out SfcInstance sfcInstance
)
private:
virtual bool GetExisting(
SfcKey^ key,
[OutAttribute] SfcInstance^% sfcInstance
) sealed = ISfcCollection::GetExisting
private abstract GetExisting :
key:SfcKey *
sfcInstance:SfcInstance byref -> bool
private override GetExisting :
key:SfcKey *
sfcInstance:SfcInstance byref -> bool
JScript は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- key
型: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
取得するアイテムを識別するキーです。
- sfcInstance
型: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance%
取得するアイテムを表す SfcInstance アイテムです。
戻り値
型: System.Boolean
アイテムが正常に取得された場合は true、正常に取得されなかった場合は false です。
実装
ISfcCollection.GetExisting(SfcKey, SfcInstance%)