ResourcePoolStatement.ResourcePoolParameters Property
Gets a list of resource pool parameters.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property ResourcePoolParameters As IList(Of ResourcePoolParameter)
public IList<ResourcePoolParameter> ResourcePoolParameters { get; }
public:
property IList<ResourcePoolParameter^>^ ResourcePoolParameters {
IList<ResourcePoolParameter^>^ get ();
}
member ResourcePoolParameters : IList<ResourcePoolParameter>
function get ResourcePoolParameters () : IList<ResourcePoolParameter>
Property Value
Type: System.Collections.Generic.IList<ResourcePoolParameter>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.