ISfcCollection.GetExisting 方法

Uses the specified key to retrieve an existing item from the collection. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Function GetExisting ( _
    key As SfcKey, _
    <OutAttribute> ByRef sfcInstance As SfcInstance _
) As Boolean
用法
Dim instance As ISfcCollection 
Dim key As SfcKey 
Dim sfcInstance As SfcInstance 
Dim returnValue As Boolean 

returnValue = instance.GetExisting(key, _
    sfcInstance)
bool GetExisting(
    SfcKey key,
    out SfcInstance sfcInstance
)
bool GetExisting(
    SfcKey^ key, 
    [OutAttribute] SfcInstance^% sfcInstance
)
abstract GetExisting : 
        key:SfcKey * 
        sfcInstance:SfcInstance byref -> bool
function GetExisting(
    key : SfcKey, 
    sfcInstance : SfcInstance
) : boolean

参数

返回值

类型:System.Boolean
true if the item is successfully retrieved from the collection; otherwise, false.

请参阅

参考

ISfcCollection 接口

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