SfcCollection<T, K, ParentT>.ISfcCollection.GetObjectByKey 方法
Uses the specified key to retrieve an object from the collection. If a matching object is not found, the object is created, and added to the collection
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Private Function GetObjectByKey ( _
key As SfcKey _
) As SfcInstance Implements ISfcCollection.GetObjectByKey
'用途
Dim instance As SfcCollection
Dim key As SfcKey
Dim returnValue As SfcInstance
returnValue = CType(instance, ISfcCollection).GetObjectByKey(key)
SfcInstance ISfcCollection.GetObjectByKey(
SfcKey key
)
private:
virtual SfcInstance^ GetObjectByKey(
SfcKey^ key
) sealed = ISfcCollection::GetObjectByKey
private abstract GetObjectByKey :
key:SfcKey -> SfcInstance
private override GetObjectByKey :
key:SfcKey -> SfcInstance
JScript 支援明確介面實作的使用,但不支援新介面實作的宣告。
參數
- key
型別:Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
The key that identifies the object to get.
傳回值
型別:Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The object from the collection.
實作
ISfcCollection.GetObjectByKey(SfcKey)