ISqlIndex.IndexedObject, propriété
Obtient ou définit l'objet indexé.
Espace de noms : Microsoft.Data.Schema.Sql.SchemaModel
Assembly : Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)
Syntaxe
'Déclaration
Property IndexedObject As ISqlColumnSource
Get
Set
ISqlColumnSource IndexedObject { get; set; }
property ISqlColumnSource^ IndexedObject {
ISqlColumnSource^ get ();
void set (ISqlColumnSource^ value);
}
abstract IndexedObject : ISqlColumnSource with get, set
function get IndexedObject () : ISqlColumnSource
function set IndexedObject (value : ISqlColumnSource)
Valeur de propriété
Type : Microsoft.Data.Schema.Sql.SchemaModel.ISqlColumnSource
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.