Gets or sets the uniform resource identifier.
命名空间: Microsoft.SqlServer.Dts.Tasks.XMLTask
程序集: Microsoft.SqlServer.XMLTask(在 Microsoft.SqlServer.XMLTask.dll 中)
语法
声明
Public Property Uri As String
Get
Set
用法
Dim instance As NamespaceDeclaration
Dim value As String
value = instance.Uri
instance.Uri = value
public string Uri { get; set; }
public:
property String^ Uri {
String^ get ();
void set (String^ value);
}
member Uri : string with get, set
function get Uri () : String
function set Uri (value : String)
属性值
类型:System.String
The uniform resource identifier.