다음을 통해 공유


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 네임스페이스