ISupportInitData.LoadInitData(String, ServerVersion) 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
public void LoadInitData (string file, Microsoft.SqlServer.Management.Common.ServerVersion ver);
abstract member LoadInitData : string * Microsoft.SqlServer.Management.Common.ServerVersion -> unit
Public Sub LoadInitData (file As String, ver As ServerVersion)
Parameters
- file
- String
- ver
- ServerVersion