Propriedade do RDL NamespaceDeclaration.Uri
Gets or sets the uniform resource identifier.
Namespace: Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly: Microsoft.SqlServer.XMLTask (em Microsoft.SqlServer.XMLTask.dll)
Sintaxe
'Declaração
Public Property Uri As String
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.String
The uniform resource identifier.