MSMQConn 생성자 (String)
Initializes a new instance of the MSMQConn class, and initializes the path to the message queue.
네임스페이스: Microsoft.SqlServer.Dts.ManagedConnections
어셈블리: Microsoft.SqlServer.ManagedConnections(Microsoft.SqlServer.ManagedConnections.dll)
구문
‘선언
Public Sub New ( _
strPath As String _
)
‘사용 방법
Dim strPath As String
Dim instance As New MSMQConn(strPath)
public MSMQConn(
string strPath
)
public:
MSMQConn(
String^ strPath
)
new :
strPath:string -> MSMQConn
public function MSMQConn(
strPath : String
)
매개 변수
- strPath
유형: System.String
The path to the message queue.