Dela via


ISql90XmlIndex.IsPrimary Property

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

Syntax

'Declaration
Property IsPrimary As Boolean
'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)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql90XmlIndex Interface

ISql90XmlIndex Members

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