Propriété DbMissingCommandException.CommandName
Obtient ou définit le nom de la commande manquante.
Espace de noms: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (dans microsoft.synchronization.data.dll)
Syntaxe
'Déclaration
Public Property CommandName As String
'Utilisation
Dim instance As DbMissingCommandException
Dim value As String
value = instance.CommandName
instance.CommandName = value
public string CommandName { get; set; }
public:
property String^ CommandName {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_CommandName ()
/** @property */
public void set_CommandName (String value)
public function get CommandName () : String
public function set CommandName (value : String)
Valeur de propriété
Nom de la commande manquante.
Voir aussi
Référence
Classe DbMissingCommandException
Membres DbMissingCommandException
Espace de noms Microsoft.Synchronization.Data