Classe NamespaceDeclaration
Declares the identifier and the prefix of a XML namespace by storing these string values as separate properties.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Dts.Tasks.XMLTask.NamespaceDeclaration
Namespace: Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly: Microsoft.SqlServer.XMLTask (em Microsoft.SqlServer.XMLTask.dll)
Sintaxe
'Declaração
Public Class NamespaceDeclaration
'Uso
Dim instance As NamespaceDeclaration
public class NamespaceDeclaration
public ref class NamespaceDeclaration
type NamespaceDeclaration = class end
public class NamespaceDeclaration
O tipo NamespaceDeclaration expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
NamespaceDeclaration | Initializes a new instance of the NamespaceDeclaration class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Prefix | Gets the prefix that is used as the XML namespace mapping prefix. | |
Uri | Gets or sets the uniform resource identifier. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | Returns a string that represents the current object. (Substitui Object.ToString().) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.