SignatureStatementBase.IsCounter (Propiedad)

Obtiene o establece un valor que indica si se agrega o coloca la firma del contador.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean
Devuelve true si se agrega o coloca la firma del contador; de lo contrario, devuelve false.

Seguridad de .NET Framework

Vea también

Referencia

SignatureStatementBase Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)