Partilhar via


Propriedade ISql90Signature.IsCounter

Obtém ou define um valor que indica se este é uma referenda.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ISql90Signature Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel