Dela 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
'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

See Also

Reference

AlterResourceGovernorStatement Class

AlterResourceGovernorStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace