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
.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.