次の方法で共有


SetVariableStatement.SeparatorType プロパティ

区切り記号を取得または設定します。

名前空間:  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
区切り記号の種類です。

関連項目

参照

SetVariableStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間