SelectiveXmlIndexPromotedPath.MaxLength Property
SQL Server 2012
Gets or sets the maximum length optimization hint, in characters.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
'Declaration Public Property MaxLength As IntegerLiteral Get Set 'Usage Dim instance As SelectiveXmlIndexPromotedPath Dim value As IntegerLiteral value = instance.MaxLength instance.MaxLength = value
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.IntegerLiteralThe maximum length optimization hint.
