NamespaceDeclaration.Uri 属性

定义

获取或设置统一资源标识符。

public:
 property System::String ^ Uri { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Tasks.XMLTask.Localized), "UriDescription")]
[Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDisplayName(typeof(Microsoft.SqlServer.Dts.Tasks.XMLTask.Localized), "UriDisplayName")]
public string Uri { get; set; }
[<Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Tasks.XMLTask.Localized), "UriDescription")>]
[<Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDisplayName(typeof(Microsoft.SqlServer.Dts.Tasks.XMLTask.Localized), "UriDisplayName")>]
member this.Uri : string with get, set
Public Property Uri As String

属性值

统一资源标识符。

属性

适用于