Condividi tramite


Proprietà WorkloadGroupStatement.PoolName

Ottiene o imposta il nome del pool di risorse.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WorkloadGroupStatement Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql