言語

PropertyAlias コンストラクター

定義

オーバーロード

名前 説明
PropertyAlias()

デフォルト構造体

PropertyAlias(String)

指定したプレフィックスを使用するように初期化する

PropertyAlias(String[])

各プロパティに対して指定文字列を使用するように初期化します。マチングは順序を使用して行われます

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

名前の fron に追加するプレフィックス

適用対象

PropertyAlias(String[])

各プロパティに対して指定文字列を使用するように初期化します。マチングは順序を使用して行われます

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

エイリアス名の一覧

適用対象