Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the alias list to be used. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Property Aliases As String()
Get
Set
'Usage
Dim instance As PropertyAlias
Dim value As String()
value = instance.Aliases
instance.Aliases = value
public string[] Aliases { get; set; }
public:
property array<String^>^ Aliases {
array<String^>^ get ();
void set (array<String^>^ value);
}
member Aliases : string[] with get, set
function get Aliases () : String[]
function set Aliases (value : String[])
Property Value
Type: array<System.String[]
An array value that represents the alias list to be used.