AlterResourceGovernorStatement.Command-Eigenschaft

Ruft den Befehlstypwert ab oder legt ihn fest.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property Command As AlterResourceGovernorCommandType
    Get
    Set
public AlterResourceGovernorCommandType Command { get; set; }
public:
property AlterResourceGovernorCommandType Command {
    AlterResourceGovernorCommandType get ();
    void set (AlterResourceGovernorCommandType value);
}
member Command : AlterResourceGovernorCommandType with get, set
function get Command () : AlterResourceGovernorCommandType
function set Command (value : AlterResourceGovernorCommandType)

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.AlterResourceGovernorCommandType
Gibt einen AlterResourceGovernorCommandType-Enumerationswert zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

AlterResourceGovernorStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace