次の方法で共有


SelectiveXmlIndexPromotedPath.MaxLength プロパティ

最適化ヒントの最大長さ (文字数) を取得します。値の設定も可能です。

名前空間:  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
最適化ヒントの最大長さです。

関連項目

参照

SelectiveXmlIndexPromotedPath クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間