Свойство SelectiveXmlIndexPromotedPath.MaxLength

Gets or sets the maximum length optimization hint, in characters.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property MaxLength As IntegerLiteral 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.IntegerLiteral
The maximum length optimization hint.

См. также

Справочник

SelectiveXmlIndexPromotedPath Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom