Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the name of the command that is missing.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Property CommandName As String
Get
Set
'Usage
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);
}
member CommandName : string with get, set
function get CommandName () : String
function set CommandName (value : String)
Property Value
Type: System.String
The name of the command that is missing.