Share via


SqlCreateIndexStatement.BindIndexOptions Method

Definition

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

mustBeOnline
Boolean

Applies to