PropertyAlias 建構函式

定義

多載

名稱 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[]

別名列表

適用於