NamespaceDeclaration.Uri Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o URI (Uniform Resource Identifier).
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
Valor da propriedade
O URI (Uniform Resource Identifier).
- Atributos