Share via


AlterResourceGovernorStatement.Command Property

Gets or sets the command type value.

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
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)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.AlterResourceGovernorCommandType
Returns a AlterResourceGovernorCommandType enumeration value.

.NET Framework Security

See Also

Reference

AlterResourceGovernorStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace