Compartir a través de


NamespaceDeclaration.Prefix Propiedad

Gets the prefix that is used as the XML namespace mapping prefix.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.XMLTask
Ensamblado:  Microsoft.SqlServer.XMLTask (en Microsoft.SqlServer.XMLTask.dll)

Sintaxis

'Declaración
Public Property Prefix As String 
    Get 
    Set
'Uso
Dim instance As NamespaceDeclaration 
Dim value As String 

value = instance.Prefix

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

Valor de la propiedad

Tipo: System.String
The prefix that is used as the XML namespace mapping prefix.

Vea también

Referencia

NamespaceDeclaration Clase

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.XMLTask