Propriedade do RDL InPrimaryKey
Gets a value that indicates whether the column is included in the definition of a PRIMARY KEY or UNIQUE constraint.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
ReadOnly Property InPrimaryKey As Boolean
Get
'Uso
Dim instance As IColumn
Dim value As Boolean
value = instance.InPrimaryKey
bool InPrimaryKey { get; }
property bool InPrimaryKey {
bool get ();
}
abstract InPrimaryKey : bool
function get InPrimaryKey () : boolean
Valor da propriedade
Tipo: System. . :: . .Boolean
true if the column is included in the definition of a PRIMARY KEY or UNIQUE constraint; otherwise, false.
Consulte também