SfcCollection<T,K,ParentT>.ISfcCollection.GetExisting Method

Definition

bool ISfcCollection.GetExisting (Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey key, out Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance sfcInstance);
abstract member Microsoft.SqlServer.Management.Sdk.Sfc.ISfcCollection.GetExisting : Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey * SfcInstance -> bool
override this.Microsoft.SqlServer.Management.Sdk.Sfc.ISfcCollection.GetExisting : Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey * SfcInstance -> bool
Function GetExisting (key As SfcKey, ByRef sfcInstance As SfcInstance) As Boolean Implements ISfcCollection.GetExisting

Parameters

key
SfcKey
sfcInstance
SfcInstance

Returns

Implements

Applies to