SqlMetaData.IsUniqueKey Property

Definition

Indicates if the column in the table-valued parameter is unique.

public:
 property bool IsUniqueKey { bool get(); };
public bool IsUniqueKey { get; }
member this.IsUniqueKey : bool
Public ReadOnly Property IsUniqueKey As Boolean

Property Value

A Boolean value.

Remarks

The default is FALSE.

This property can only be set in one of the SqlMetaData constructors.

For more information, see Table-Valued Parameters.

Applies to