Share via


NamespaceDeclaration.Prefix Eigenschaft

Definition

Ruft das Präfix ab, das als Zuordnungspräfix für den XML-Namespace verwendet wird.

public:
 property System::String ^ Prefix { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Tasks.XMLTask.Localized), "PrefixDescription")]
[Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDisplayName(typeof(Microsoft.SqlServer.Dts.Tasks.XMLTask.Localized), "PrefixDisplayName")]
public string Prefix { get; set; }
[<Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Tasks.XMLTask.Localized), "PrefixDescription")>]
[<Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDisplayName(typeof(Microsoft.SqlServer.Dts.Tasks.XMLTask.Localized), "PrefixDisplayName")>]
member this.Prefix : string with get, set
Public Property Prefix As String

Eigenschaftswert

Das Präfix, das als Zuordnungspräfix für den XML-Namespace verwendet wird.

Attribute

Gilt für: