Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the SOAP method format value.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Format As SoapMethodFormat
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.SoapMethodFormat
The SOAP method format value.