Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Uses the specified key to retrieve an existing item from the collection. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Function GetExisting ( _
key As SfcKey, _
<OutAttribute> ByRef sfcInstance As SfcInstance _
) As Boolean
'Usage
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
Parameter
- key
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
The key that identifies the item to get.
- sfcInstance
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance%
An SfcInstance item that represents the item to get.
Rückgabewert
Typ: System.Boolean
true if the item is successfully retrieved from the collection; otherwise, false.