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)
'Usage
Dim instance As ResourcePoolStatement
Dim value As IList(Of ResourcePoolParameter)
value = instance.ResourcePoolParameters
public IList<ResourcePoolParameter> ResourcePoolParameters { get; }
public:
property IList<ResourcePoolParameter^>^ ResourcePoolParameters {
IList<ResourcePoolParameter^>^ get ();
}
public 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.