共用方式為


NamespaceDeclaration.Prefix 屬性

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.

請參閱

參考

NamespaceDeclaration 類別

Microsoft.SqlServer.Dts.Tasks.XMLTask 命名空間