CreateIndexStart(Boolean, SqlClusterOption) 생성자

정의

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)

매개 변수

isUnique
Boolean
clusterOption
SqlClusterOption

적용 대상