SqlUserInteractionServices.BatchSeparator 属性

获取用于标记批处理结尾的关键字。

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

语法

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

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

SqlUserInteractionServices 类

Microsoft.Data.Schema.Sql 命名空间