Свойство MSMQConn.Path
Gets or sets the path to the files.
Пространство имен: Microsoft.SqlServer.Dts.ManagedConnections
Сборка: Microsoft.SqlServer.ManagedConnections (в Microsoft.SqlServer.ManagedConnections.dll)
Синтаксис
'Декларация
Public Property Path As String
Get
Set
'Применение
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)
Значение свойства
Тип: System.String
A String that contains the path to the files.
Примеры
The following code sample shows how to set the Path property.
msmqconn.Path = @"myServer\test";
См. также
Справочник
Пространство имен Microsoft.SqlServer.Dts.ManagedConnections