SoapMethod.Format 属性

Gets or sets the SOAP method format value.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Property Format As SoapMethodFormat 
    Get 
    Set
用法
Dim instance As SoapMethod 
Dim value As SoapMethodFormat 

value = instance.Format

instance.Format = value
public SoapMethodFormat Format { get; set; }
public:
property SoapMethodFormat Format {
    SoapMethodFormat get ();
    void set (SoapMethodFormat value);
}
member Format : SoapMethodFormat with get, set
function get Format () : SoapMethodFormat 
function set Format (value : SoapMethodFormat)

属性值

类型:Microsoft.SqlServer.TransactSql.ScriptDom.SoapMethodFormat
The SOAP method format value.

请参阅

参考

SoapMethod 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间