Udostępnij za pośrednictwem


Właściwość MSMQConn.Path

Pobiera lub ustawia ścieżka do plików.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.ManagedConnections
Zestaw:  Microsoft.SqlServer.ManagedConnections (w Microsoft.SqlServer.ManagedConnections.dll)

Składnia

'Deklaracja
Public Property Path As String
    Get
    Set
'Użycie
Dim instance As MSMQConn
Dim value As String

value = instance.Path

instance.Path = value
public string Path { get; set; }
public:
property String^ Path {
    String^ get ();
    void set (String^ value);
}
member Path : string with get, set
function get Path () : String
function set Path (value : String)

Wartość właściwości

Typ: System.String
A ciąg zawiera ścieżka do plików.

Przykłady

Następujący kod przykładowy pokazuje jak zestaw Path właściwość.

msmqconn.Path = @"myServer\test";