SignatureStatementBase.IsCounter 属性

获取或设置是否添加/删除副署。

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

语法

声明
Public Property IsCounter As Boolean
    Get
    Set
public bool IsCounter { get; set; }
public:
property bool IsCounter {
    bool get ();
    void set (bool value);
}
member IsCounter : bool with get, set
function get IsCounter () : boolean
function set IsCounter (value : boolean)

属性值

类型:System.Boolean
如果添加/删除副署,则返回 true;否则返回 false。

.NET Framework 安全性

请参见

参考

SignatureStatementBase 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间