Share via


CreateIndexStart(Boolean, SqlClusterOption) Constructor

Definition

public CreateIndexStart(bool isUnique, Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlClusterOption clusterOption);
new Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.CreateIndexStart : bool * Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlClusterOption -> Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.CreateIndexStart
Public Sub New (isUnique As Boolean, clusterOption As SqlClusterOption)

Parameters

isUnique
Boolean
clusterOption
SqlClusterOption

Applies to