最適化ヒントの最大長さ (文字数) を取得します。値の設定も可能です。
名前空間: 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
最適化ヒントの最大長さです。