Share via


ISql90XmlIndex.IsPrimary Property

Gets or sets whether primary is specified.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IsPrimary As Boolean
    Get
    Set
'Usage
Dim instance As ISql90XmlIndex
Dim value As Boolean

value = instance.IsPrimary

instance.IsPrimary = value
bool IsPrimary { get; set; }
property bool IsPrimary {
    bool get ();
    void set (bool value);
}
function get IsPrimary () : boolean
function set IsPrimary (value : boolean)
abstract IsPrimary : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql90XmlIndex Interface

ISql90XmlIndex Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace