NamespaceDeclaration.Prefix 属性

定义

获取用作 XML 命名空间映射前缀的前缀。

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

属性值

用作 XML 命名空间映射前缀的前缀。

属性

适用于