SqlCreateIndexStatement.BindIndexOptions 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.
public static void BindIndexOptions(Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlIndexOptionCollection options, Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableRelationalIndex boundIndex, out bool mustBeOnline);
static member BindIndexOptions : Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlIndexOptionCollection * Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableRelationalIndex * bool -> unit
Public Shared Sub BindIndexOptions (options As SqlIndexOptionCollection, boundIndex As IMutableRelationalIndex, ByRef mustBeOnline As Boolean)
Parameters
- options
- SqlIndexOptionCollection
- boundIndex
- IMutableRelationalIndex
- mustBeOnline
- Boolean