Méthode ISupportInitData.LoadInitData
Loads the Init Data in the server. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Sub LoadInitData ( _
file As String, _
ver As ServerVersion _
)
'Utilisation
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
)
Paramètres
- file
Type : System.String
The name of the file.
- ver
Type : Microsoft.SqlServer.Management.Common.ServerVersion
The specified version of the server.