Propriété BusinessLogicParameter.ParameterName
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets or sets the name of the BusinessLogicParameter.
Espace de noms : Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntaxe
'Déclaration
Public Property ParameterName As String
Get
Set
'Utilisation
Dim instance As BusinessLogicParameter
Dim value As String
value = instance.ParameterName
instance.ParameterName = value
public string ParameterName { get; set; }
public:
virtual property String^ ParameterName {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract ParameterName : string with get, set
override ParameterName : string with get, set
final function get ParameterName () : String
final function set ParameterName (value : String)
Valeur de propriété
Type : System.String
The name of the BusinessLogicParameter.
Implémente
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport