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.