ISqlFullTextIndex.KeyName Property
Gets or sets the unique key index to use.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property KeyName As ISqlSpecifiesIndex
ISqlSpecifiesIndex KeyName { get; set; }
property ISqlSpecifiesIndex^ KeyName {
ISqlSpecifiesIndex^ get ();
void set (ISqlSpecifiesIndex^ value);
}
abstract KeyName : ISqlSpecifiesIndex with get, set
function get KeyName () : ISqlSpecifiesIndex
function set KeyName (value : ISqlSpecifiesIndex)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.ISqlSpecifiesIndex
.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.