Compartir a través de


ISql90Signature.IsCounter (Propiedad)

Obtiene o establece un valor que indica si se trata de una contrafirma.

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

Sintaxis

'Declaración
Property IsCounter As Boolean
    Get
    Set
bool IsCounter { get; set; }
property bool IsCounter {
    bool get ();
    void set (bool value);
}
abstract IsCounter : bool with get, set
function get IsCounter () : boolean
function set IsCounter (value : boolean)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISql90Signature Interfaz

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