Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Loads the Init Data in 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
Sub LoadInitData ( _
file As String, _
ver As ServerVersion _
)
'Usage
Dim instance As ISupportInitData
Dim file As String
Dim ver As ServerVersion
instance.LoadInitData(file, ver)
void LoadInitData(
string file,
ServerVersion ver
)
void LoadInitData(
String^ file,
ServerVersion^ ver
)
abstract LoadInitData :
file:string *
ver:ServerVersion -> unit
function LoadInitData(
file : String,
ver : ServerVersion
)
Parameters
- file
Type: System.String
The name of the file.
- ver
Type: Microsoft.SqlServer.Management.Common.ServerVersion
The specified version of the server.