共用方式為


SetVariableStatement.SeparatorType 屬性

Gets or sets the separator.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public Property SeparatorType As SeparatorType 
    Get 
    Set
'用途
Dim instance As SetVariableStatement 
Dim value As SeparatorType 

value = instance.SeparatorType

instance.SeparatorType = value
public SeparatorType SeparatorType { get; set; }
public:
property SeparatorType SeparatorType {
    SeparatorType get ();
    void set (SeparatorType value);
}
member SeparatorType : SeparatorType with get, set
function get SeparatorType () : SeparatorType 
function set SeparatorType (value : SeparatorType)

屬性值

型別:Microsoft.SqlServer.TransactSql.ScriptDom.SeparatorType
The separator type.

請參閱

參考

SetVariableStatement 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間