Partager via


Propriété AlterResourceGovernorStatement.Command

Gets or sets the command.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property Command As AlterResourceGovernorCommandType 
    Get 
    Set
'Utilisation
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);
}
member Command : AlterResourceGovernorCommandType with get, set
function get Command () : AlterResourceGovernorCommandType 
function set Command (value : AlterResourceGovernorCommandType)

Valeur de propriété

Type : Microsoft.SqlServer.TransactSql.ScriptDom.AlterResourceGovernorCommandType
The command.

Voir aussi

Référence

AlterResourceGovernorStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom