Share via


SqlSourceInformation.IsPrimary Property

Gets a value that indicates whether this is the primary source for the element.

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

Syntax

'Declaration
Public ReadOnly Property IsPrimary As Boolean
public bool IsPrimary { get; }
public:
virtual property bool IsPrimary {
    bool get () sealed;
}
abstract IsPrimary : bool
override IsPrimary : bool
final function get IsPrimary () : boolean

Property Value

Type: System.Boolean

Implements

ISourceInformation.IsPrimary

.NET Framework Security

See Also

Reference

SqlSourceInformation Class

Microsoft.Data.Schema.Sql.SchemaModel Namespace