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