Condividi tramite


Proprietà SoapMethod.Namespace

Gets or sets an optional method namespace.

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public Property Namespace As Literal 
    Get 
    Set
'Utilizzo
Dim instance As SoapMethod 
Dim value As Literal 

value = instance.Namespace

instance.Namespace = value
public Literal Namespace { get; set; }
public:
property Literal^ Namespace {
    Literal^ get ();
    void set (Literal^ value);
}
member Namespace : Literal with get, set
function get Namespace () : Literal 
function set Namespace (value : Literal)

Valore proprietà

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
An optional method namespace.

Vedere anche

Riferimento

SoapMethod Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom