Partager via


WorkloadGroupStatement.PoolName, propriété

Obtient ou définit le nom du pool de ressources.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
Public Property PoolName As TSqlFragment
    Get
    Set
public TSqlFragment PoolName { get; set; }
public:
property TSqlFragment^ PoolName {
    TSqlFragment^ get ();
    void set (TSqlFragment^ value);
}
member PoolName : TSqlFragment with get, set
function get PoolName () : TSqlFragment
function set PoolName (value : TSqlFragment)

Valeur de propriété

Type : Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment

Sécurité .NET Framework

Voir aussi

Référence

WorkloadGroupStatement Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms