Share via


ISql90Signature.IsCounter Property

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

Syntax

'Declaration
Property IsCounter As Boolean
'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)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql90Signature Interface

ISql90Signature Members

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