SchemaObjectName.ChooseIdentifier(Int32) 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.
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.