Condividi tramite


Proprietà SignatureStatementBase.IsCounter

Ottiene o imposta un valore che indica se aggiungere/rilasciare una controfirma.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean
Restituisce true in caso di aggiunta/rilascio di una controfirma; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SignatureStatementBase Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql