CreateSpatialIndexStatement.SpatialIndexingScheme, propriété
Obtient ou définit le schéma d'index spatial.
Espace de noms : Microsoft.Data.Schema.ScriptDom.Sql
Assembly : Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntaxe
'Déclaration
Public Property SpatialIndexingScheme As SpatialIndexingSchemeType
Get
Set
public SpatialIndexingSchemeType SpatialIndexingScheme { get; set; }
public:
property SpatialIndexingSchemeType SpatialIndexingScheme {
SpatialIndexingSchemeType get ();
void set (SpatialIndexingSchemeType value);
}
member SpatialIndexingScheme : SpatialIndexingSchemeType with get, set
function get SpatialIndexingScheme () : SpatialIndexingSchemeType
function set SpatialIndexingScheme (value : SpatialIndexingSchemeType)
Valeur de propriété
Type : Microsoft.Data.Schema.ScriptDom.Sql.SpatialIndexingSchemeType
Retourne une valeur d'énumération SpatialIndexingSchemeType.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.