Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the uniform resource identifier.
Namespace: Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly: Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)
Syntax
'Declaration
Public Property Uri As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The uniform resource identifier.