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

Initializes the collection from the server. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Private Sub EnsureInitialized Implements ISfcCollection.EnsureInitialized
'Usage
Dim instance As SfcCollection 

CType(instance, ISfcCollection).EnsureInitialized()
void ISfcCollection.EnsureInitialized()
private:
virtual void EnsureInitialized() sealed = ISfcCollection::EnsureInitialized
private abstract EnsureInitialized : unit -> unit  
private override EnsureInitialized : unit -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Implements

ISfcCollection.EnsureInitialized()

See Also

Reference

SfcCollection<T, K, ParentT> Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace