名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Property Lifetime As Integer
'使用
Dim instance As ISql90Route
Dim value As Integer
value = instance.Lifetime
instance.Lifetime = value
int Lifetime { get; set; }
property int Lifetime {
int get ();
void set (int value);
}
function get Lifetime () : int
function set Lifetime (value : int)
プロパティ値
型 : System.Int32