ISql90Aggregate.Format 属性

获取或设置一个值,该值对聚合的 SqlUserDefinedAggregateAttribute 的 Format 属性建模。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
Property Format As Format
    Get
    Set
Format Format { get; set; }
property Format Format {
    Format get ();
    void set (Format value);
}
abstract Format : Format with get, set
function get Format () : Format
function set Format (value : Format)

属性值

类型:Microsoft.SqlServer.Server.Format

.NET Framework 安全性

请参见

参考

ISql90Aggregate 接口

Microsoft.Data.Schema.Sql.SchemaModel 命名空间