Partilhar via


Propriedade do RDL HttpProtocolSpecifier.Path

Path property class of HttpProtocolSpecifier

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

'Declaração
Public Shared Property Path As ModelPropertyClass 
    Get 
    Friend Set
'Uso
Dim value As ModelPropertyClass 

value = HttpProtocolSpecifier.Path
public static ModelPropertyClass Path { get; internal set; }
public:
static property ModelPropertyClass^ Path {
    ModelPropertyClass^ get ();
    internal: void set (ModelPropertyClass^ value);
}
static member Path : ModelPropertyClass with get, internal set
static function get Path () : ModelPropertyClass 
internal static function set Path (value : ModelPropertyClass)

Valor da propriedade

Tipo: Microsoft.SqlServer.Dac.Model.ModelPropertyClass

Consulte também

Referência

HttpProtocolSpecifier Classe

Namespace Microsoft.SqlServer.Dac.Model