Sdílet prostřednictvím


GridsSpatialIndexOption.GridParameters – vlastnost

Získá seznam parametrů mřížky.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
Public ReadOnly Property GridParameters As IList(Of GridParameter)
    Get
public IList<GridParameter> GridParameters { get; }
public:
property IList<GridParameter^>^ GridParameters {
    IList<GridParameter^>^ get ();
}
member GridParameters : IList<GridParameter>
function get GridParameters () : IList<GridParameter>

Hodnota vlastnosti

Typ: System.Collections.Generic.IList<GridParameter>

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

GridsSpatialIndexOption Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů