SchemaObjectName.ChooseIdentifier(Int32) Method

Definition

Figures out which index is really meant for the given property defined by the modifier.

protected Microsoft.SqlServer.TransactSql.ScriptDom.Identifier ChooseIdentifier (int modifier);
member this.ChooseIdentifier : int -> Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
Protected Function ChooseIdentifier (modifier As Integer) As Identifier

Parameters

modifier
Int32

The modifier that is used to figure out the identifier.

Returns

The wanted identifier, null if it isn't there.

Applies to