ISql90XmlIndex.IndexedObject, propriété
Obtient ou définit l'objet à indexer.
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 ISql90XmlIndexedObject
Get
Set
ISql90XmlIndexedObject IndexedObject { get; set; }
property ISql90XmlIndexedObject^ IndexedObject {
ISql90XmlIndexedObject^ get ();
void set (ISql90XmlIndexedObject^ value);
}
abstract IndexedObject : ISql90XmlIndexedObject with get, set
function get IndexedObject () : ISql90XmlIndexedObject
function set IndexedObject (value : ISql90XmlIndexedObject)
Valeur de propriété
Type : Microsoft.Data.Schema.Sql.SchemaModel.ISql90XmlIndexedObject
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.