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 | |
---|---|---|
NamespaceDeclaration | Initializes a new instance of the NamespaceDeclaration class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Prefix | Gets the prefix that is used as the XML namespace mapping prefix. | |
Uri | Gets or sets the uniform resource identifier. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
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.