Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
Syntax
'Declaration
Public Property MaxLength As IntegerLiteral
Get
Set
'Usage
Dim instance As SelectiveXmlIndexPromotedPath
Dim value As IntegerLiteral
value = instance.MaxLength
instance.MaxLength = value
public IntegerLiteral MaxLength { get; set; }
public:
property IntegerLiteral^ MaxLength {
IntegerLiteral^ get ();
void set (IntegerLiteral^ value);
}
member MaxLength : IntegerLiteral with get, set
function get MaxLength () : IntegerLiteral
function set MaxLength (value : IntegerLiteral)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.IntegerLiteral
The maximum length optimization hint.