PathWrapper.Combine 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 名稱 | Description |
|---|---|
| Combine(String, String) |
結合兩條路徑線。 也需要處理 XI 路線。 |
| Combine(String, String, PathType) |
結合兩條路徑線。 也需要處理 XI 路線。 |
Combine(String, String, PathType)
結合兩條路徑線。 也需要處理 XI 路線。
public static string Combine(string path1, string path2, Microsoft.SqlServer.Management.Smo.PathType pathType);
static member Combine : string * string * Microsoft.SqlServer.Management.Smo.PathType -> string
Public Shared Function Combine (path1 As String, path2 As String, pathType As PathType) As String
參數
- path1
- String
第一線。
- path2
- String
第二弦
- pathType
- PathType
路徑類型。 若未指定,若 s1 以 /開頭,則使用 Linux,否則使用 Windows
傳回
合併路徑串