Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.