SetVariableStatement.SeparatorType プロパティ

区切りの種類を取得または設定します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property SeparatorType As SeparatorType
'使用
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);
}
public function get SeparatorType () : SeparatorType
public function set SeparatorType (value : SeparatorType)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.SeparatorType
SeparatorType 列挙値を返します。

参照

参照

SetVariableStatement クラス

SetVariableStatement メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間