テキストのサイズ (数値) を取得または設定します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public Property TextSize As ScalarExpression
Get
Set
'使用
Dim instance As SetTextSizeStatement
Dim value As ScalarExpression
value = instance.TextSize
instance.TextSize = value
public ScalarExpression TextSize { get; set; }
public:
property ScalarExpression^ TextSize {
ScalarExpression^ get ();
void set (ScalarExpression^ value);
}
member TextSize : ScalarExpression with get, set
function get TextSize () : ScalarExpression
function set TextSize (value : ScalarExpression)
プロパティ値
型: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
テキストのサイズ。