GridsSpatialIndexOption.GridParameters Property
Gets a list of GRIDS 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 GridParameters As IList(Of GridParameter)
public IList<GridParameter> GridParameters { get; }
public:
property IList<GridParameter^>^ GridParameters {
IList<GridParameter^>^ get ();
}
member GridParameters : IList<GridParameter>
function get GridParameters () : IList<GridParameter>
Property Value
Type: System.Collections.Generic.IList<GridParameter>
.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.