ISqlFullTextIndex.IndexedObject Property
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property IndexedObject As ISqlFulltextIndexedObject
'Usage
Dim instance As ISqlFullTextIndex
Dim value As ISqlFulltextIndexedObject
value = instance.IndexedObject
instance.IndexedObject = value
ISqlFulltextIndexedObject IndexedObject { get; set; }
property ISqlFulltextIndexedObject^ IndexedObject {
ISqlFulltextIndexedObject^ get ();
void set (ISqlFulltextIndexedObject^ value);
}
function get IndexedObject () : ISqlFulltextIndexedObject
function set IndexedObject (value : ISqlFulltextIndexedObject)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISqlFulltextIndexedObject
.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.