ISql90Signature.IsCounter プロパティ
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Property IsCounter As Boolean
'使用
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)
プロパティ値
型 : System.Boolean