Share via


ISql100TableTypeUniqueConstraint.IsPrimaryKey Property

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

Syntax

'Declaration
Property IsPrimaryKey As Boolean
'Usage
Dim instance As ISql100TableTypeUniqueConstraint 
Dim value As Boolean 

value = instance.IsPrimaryKey

instance.IsPrimaryKey = value
bool IsPrimaryKey { get; set; }
property bool IsPrimaryKey {
    bool get ();
    void set (bool value);
}
function get IsPrimaryKey () : boolean 
function set IsPrimaryKey (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql100TableTypeUniqueConstraint Interface

ISql100TableTypeUniqueConstraint Members

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