مشاركة عبر


PropertyAlias Constructor (array<String )

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 Sub New ( _
    aliases As String() _
)
'Usage
Dim aliases As String()

Dim instance As New PropertyAlias(aliases)
public PropertyAlias(
    string[] aliases
)
public:
PropertyAlias(
    array<String^>^ aliases
)
new : 
        aliases:string[] -> PropertyAlias
public function PropertyAlias(
    aliases : String[]
)

Parameters

  • aliases
    Type: array<System.String[]
    A string that represents the list of aliases.

See Also

Reference

PropertyAlias Class

PropertyAlias Overload

Microsoft.SqlServer.Management.Sdk.Sfc Namespace