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
'Usage
Dim instance As AlterResourceGovernorStatement
Dim value As AlterResourceGovernorCommandType
value = instance.Command
instance.Command = value
public AlterResourceGovernorCommandType Command { get; set; }
public:
property AlterResourceGovernorCommandType Command {
AlterResourceGovernorCommandType get ();
void set (AlterResourceGovernorCommandType value);
}
public function get Command () : AlterResourceGovernorCommandType
public 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.
See Also
Reference
AlterResourceGovernorStatement Class