IndexOption.Option, propriété
Obtient ou définit le type d'option d'index.
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 Option As IndexOptionType
Get
Set
public IndexOptionType Option { get; set; }
public:
property IndexOptionType Option {
IndexOptionType get ();
void set (IndexOptionType value);
}
member Option : IndexOptionType with get, set
function get Option () : IndexOptionType
function set Option (value : IndexOptionType)
Valeur de propriété
Type : Microsoft.Data.Schema.ScriptDom.Sql.IndexOptionType
Retourne une valeur d'énumération IndexOptionType.
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.