SetTextSizeStatement.TextSize 属性
Gets or sets the text size (number).
命名空间: 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
The text size.