ISupportInitData Interface
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
Public Interface ISupportInitData
'Usage
Dim instance As ISupportInitData
public interface ISupportInitData
public interface class ISupportInitData
type ISupportInitData = interface end
public interface ISupportInitData
The ISupportInitData type exposes the following members.
Methods
Name | Description | |
---|---|---|
LoadInitData | Loads the Init Data in the server. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top