UserInteractionServices.BatchSeparator 属性

获取在每批脚本之间插入的字符串。

命名空间:  Microsoft.Data.Schema
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Public Overridable ReadOnly Property BatchSeparator As String
    Get
public virtual string BatchSeparator { get; }
public:
virtual property String^ BatchSeparator {
    String^ get ();
}
abstract BatchSeparator : string
override BatchSeparator : string
function get BatchSeparator () : String

属性值

类型:System.String
每批之间的分隔符。默认值为 @"\\r\\n\\r\\n\\r\\n"

.NET Framework 安全性

请参见

参考

UserInteractionServices 类

Microsoft.Data.Schema 命名空间