Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the prefix that is used as the XML namespace mapping prefix.
Namespace: Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly: Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)
Syntax
'Declaration
Public Property Prefix As String
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.String
The prefix that is used as the XML namespace mapping prefix.