PropertyAlias 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 名稱 | Description |
|---|---|
| PropertyAlias() |
預設建構器 |
| PropertyAlias(String) |
初始化以使用指定的前綴 |
| PropertyAlias(String[]) |
初始化 以使用指定字串,為每個屬性進行 maching 的順序 |
PropertyAlias()
預設建構器
public PropertyAlias();
Public Sub New ()
適用於
PropertyAlias(String)
初始化以使用指定的前綴
public PropertyAlias(string prefix);
new Microsoft.SqlServer.Management.Sdk.Sfc.PropertyAlias : string -> Microsoft.SqlServer.Management.Sdk.Sfc.PropertyAlias
Public Sub New (prefix As String)
參數
- prefix
- String
名稱中應加的前綴
適用於
PropertyAlias(String[])
初始化 以使用指定字串,為每個屬性進行 maching 的順序
public PropertyAlias(string[] aliases);
new Microsoft.SqlServer.Management.Sdk.Sfc.PropertyAlias : string[] -> Microsoft.SqlServer.Management.Sdk.Sfc.PropertyAlias
Public Sub New (aliases As String())
參數
- aliases
- String[]
別名列表