SqlMetaData.IsUniqueKey Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.