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 네임스페이스