ISql90SoapMethodSpecification.Format 属性

获取或设置一个对 FORMAT 选项建模的值。

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

语法

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

属性值

类型:Microsoft.Data.Schema.Sql.SchemaModel.Sql90SoapFormatType

.NET Framework 安全性

请参见

参考

ISql90SoapMethodSpecification 接口

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