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>

参照

参照

ISql90Aggregate インターフェイス

ISql90Aggregate メンバ

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer 名前空間