Partager via


SoapMethod.Namespace, propriété

Obtient ou définit un espace de noms de méthode facultatif.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
Public Property Namespace As Literal
    Get
    Set
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)

Valeur de propriété

Type : Microsoft.Data.Schema.ScriptDom.Sql.Literal

Sécurité .NET Framework

Voir aussi

Référence

SoapMethod Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms