ISupportInitDatabaseEngineData.LoadInitData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
load the given file for the given version, engine type and engine edition
public void LoadInitData (string file, Microsoft.SqlServer.Management.Common.ServerVersion ver, Microsoft.SqlServer.Management.Common.DatabaseEngineType databaseEngineType, Microsoft.SqlServer.Management.Common.DatabaseEngineEdition databaseEngineEdition);
abstract member LoadInitData : string * Microsoft.SqlServer.Management.Common.ServerVersion * Microsoft.SqlServer.Management.Common.DatabaseEngineType * Microsoft.SqlServer.Management.Common.DatabaseEngineEdition -> unit
Public Sub LoadInitData (file As String, ver As ServerVersion, databaseEngineType As DatabaseEngineType, databaseEngineEdition As DatabaseEngineEdition)
Parameters
- file
- String
The file we're loading the object data from
- ver
- ServerVersion
Version of the server to load data for
- databaseEngineType
- DatabaseEngineType
Engine type of the server to load data for
- databaseEngineEdition
- DatabaseEngineEdition
Engine edition of the server to load data for