This topic has not yet been rated - Rate this topic

SchemaObjectName.ChooseIdentifier Method

SQL Server 2012

Returns which index are really meant for the given property defined by the modifier.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
protected function ChooseIdentifier(
	modifier : int
) : Identifier

Parameters

modifier
Type: System.Int32
The modifier that is used to figure out the identifier.

Return Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The index meant for the given property.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.