Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.