Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an indexed object source.
Namespace: Microsoft.Data.Schema.SchemaModel.Abstract
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Property IndexedObject As IColumnSource
'Usage
Dim instance As IIndex
Dim value As IColumnSource
value = instance.IndexedObject
instance.IndexedObject = value
IColumnSource IndexedObject { get; set; }
property IColumnSource^ IndexedObject {
IColumnSource^ get ();
void set (IColumnSource^ value);
}
function get IndexedObject () : IColumnSource
function set IndexedObject (value : IColumnSource)
Property Value
Type: Microsoft.Data.Schema.SchemaModel.Abstract.IColumnSource
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.