Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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()