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.