Compartir a través de


SelectiveXmlIndexPromotedPath.MaxLength Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property MaxLength As IntegerLiteral 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.IntegerLiteral
The maximum length optimization hint.

Vea también

Referencia

SelectiveXmlIndexPromotedPath Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom