共用方式為


SignatureStatementBase.IsCounter 屬性

Gets or sets a value that indicates whether COUNTER is specified.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public Property IsCounter As Boolean 
    Get 
    Set
'用途
Dim instance As SignatureStatementBase 
Dim value As Boolean 

value = instance.IsCounter

instance.IsCounter = value
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 if COUNTER is specified; otherwise, false.

請參閱

參考

SignatureStatementBase 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間