ISqlFullTextIndex.KeyName Property
Gets or sets index key name.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property KeyName As ISqlSpecifiesIndex
Get
Set
'Usage
Dim instance As ISqlFullTextIndex
Dim value As ISqlSpecifiesIndex
value = instance.KeyName
instance.KeyName = value
ISqlSpecifiesIndex KeyName { get; set; }
property ISqlSpecifiesIndex^ KeyName {
ISqlSpecifiesIndex^ get ();
void set (ISqlSpecifiesIndex^ value);
}
function get KeyName () : ISqlSpecifiesIndex
function set KeyName (value : ISqlSpecifiesIndex)
abstract KeyName : ISqlSpecifiesIndex with get, set
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISqlSpecifiesIndex
Returns a ISqlSpecifiesIndex instance.
.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.