MessageQueueCriteria.MachineName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用來在網路上篩選佇列的電腦名稱。
public:
property System::String ^ MachineName { System::String ^ get(); void set(System::String ^ value); };
public string MachineName { get; set; }
member this.MachineName : string with get, set
Public Property MachineName As String
屬性值
佇列所在電腦的伺服器名稱。
例外狀況
備註
消息佇列會 MachineName 反映佇列所在的伺服器名稱,而不需先前的反斜杠 (\\) 。
如果您只在搜尋網路上的佇列時,僅依計算機名稱進行篩選,則可以使用 特別針對此用途所設計的 方法 GetPublicQueuesByMachine。 如果您要搜尋包含電腦名稱的多個準則,請設定此屬性 MachineName 並將 參數傳遞至 GetPublicQueues。
您也可以在 方法中 GetPrivateQueuesByMachine 指定計算機名稱,以搜尋網路上的私人佇列。