Compartir a través de


WorkloadGroupStatement.PoolName (Propiedad)

Obtiene o establece el nombre del grupo de recursos.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

WorkloadGroupStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)