PropertyAlias Constructors

Definition

Overloads

PropertyAlias()

default constructor

PropertyAlias(String)

initialize to use a specified prefix

PropertyAlias(String[])

initialize to use a specifing string for each property the maching is done using the order

PropertyAlias()

default constructor

public PropertyAlias ();
Public Sub New ()

Applies to

PropertyAlias(String)

initialize to use a specified prefix

public PropertyAlias (string prefix);
new Microsoft.SqlServer.Management.Sdk.Sfc.PropertyAlias : string -> Microsoft.SqlServer.Management.Sdk.Sfc.PropertyAlias
Public Sub New (prefix As String)

Parameters

prefix
String

the prefix to be added in fron of names

Applies to

PropertyAlias(String[])

initialize to use a specifing string for each property the maching is done using the order

public PropertyAlias (string[] aliases);
new Microsoft.SqlServer.Management.Sdk.Sfc.PropertyAlias : string[] -> Microsoft.SqlServer.Management.Sdk.Sfc.PropertyAlias
Public Sub New (aliases As String())

Parameters

aliases
String[]

list of alias names

Applies to