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.

Атрибуты

Применяется к