共用方式為


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.

請參閱

參考

SetTextSizeStatement 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間