ISql90Signature.IsCounter Property

Gets or sets whether a counter is enabled.

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

Syntax

'Declaration
Property IsCounter As Boolean
    Get
    Set
'Usage
Dim instance As ISql90Signature
Dim value As Boolean

value = instance.IsCounter

instance.IsCounter = value
bool IsCounter { get; set; }
property bool IsCounter {
    bool get ();
    void set (bool value);
}
function get IsCounter () : boolean
function set IsCounter (value : boolean)
abstract IsCounter : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql90Signature Interface

ISql90Signature Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace