Classe NamespaceDeclaration

Declares the identifier and the prefix of a XML namespace by storing these string values as separate properties.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Dts.Tasks.XMLTask.NamespaceDeclaration

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly:  Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)

Sintassi

'Dichiarazione
Public Class NamespaceDeclaration
'Utilizzo
Dim instance As NamespaceDeclaration
public class NamespaceDeclaration
public ref class NamespaceDeclaration
type NamespaceDeclaration =  class end
public class NamespaceDeclaration

Nel tipo NamespaceDeclaration sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico NamespaceDeclaration Initializes a new instance of the NamespaceDeclaration class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Prefix Gets the prefix that is used as the XML namespace mapping prefix.
Proprietà pubblica Uri Gets or sets the uniform resource identifier.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Returns a string that represents the current object. Esegue l'override di Object.ToString().

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.XMLTask