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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.