Gets the prefix that is used as the XML namespace mapping prefix.
命名空间: Microsoft.SqlServer.Dts.Tasks.XMLTask
程序集: Microsoft.SqlServer.XMLTask(在 Microsoft.SqlServer.XMLTask.dll 中)
语法
声明
Public Property Prefix As String
Get
Set
用法
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)
属性值
类型:System.String
The prefix that is used as the XML namespace mapping prefix.