Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Protected Function ChooseIdentifier ( _
modifier As Integer _
) As Identifier
'Usage
Dim modifier As Integer
Dim returnValue As Identifier
returnValue = Me.ChooseIdentifier(modifier)
protected Identifier ChooseIdentifier(
int modifier
)
protected:
Identifier^ ChooseIdentifier(
int modifier
)
member ChooseIdentifier :
modifier:int -> Identifier
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.