BackwardsCompatibleDropIndexClause.Index, propriété
Obtient ou définit ensemble l'index et le nom de la table.
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 Index As ChildObjectName
Get
Set
public ChildObjectName Index { get; set; }
public:
property ChildObjectName^ Index {
ChildObjectName^ get ();
void set (ChildObjectName^ value);
}
member Index : ChildObjectName with get, set
function get Index () : ChildObjectName
function set Index (value : ChildObjectName)
Valeur de propriété
Type : Microsoft.Data.Schema.ScriptDom.Sql.ChildObjectName
Retourne ChildObjectName.
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.