Langue

PropertyAlias Constructeurs

Définition

Surcharges

Nom Description
PropertyAlias()

Constructeur par défaut

PropertyAlias(String)

initialiser pour utiliser un préfixe spécifié

PropertyAlias(String[])

initialiser pour utiliser une chaîne de spécification pour chaque propriété, la maching est effectuée à l’aide de l’ordre

PropertyAlias()

Constructeur par défaut

public PropertyAlias();
Public Sub New ()

S’applique à

PropertyAlias(String)

initialiser pour utiliser un préfixe spécifié

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

Paramètres

prefix
String

préfixe à ajouter en fron de noms

S’applique à

PropertyAlias(String[])

initialiser pour utiliser une chaîne de spécification pour chaque propriété, la maching est effectuée à l’aide de l’ordre

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

Paramètres

aliases
String[]

liste des noms d’alias

S’applique à