PropertyAlias Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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