ColumnConfigAnnotation.OutputKey Property
Gets or sets a property, indicating if a column is an output key.
Namespace: Microsoft.Data.Schema.DataGenerator
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Property OutputKey As String
'Usage
Dim instance As ColumnConfigAnnotation
Dim value As String
value = instance.OutputKey
instance.OutputKey = value
public string OutputKey { get; set; }
public:
property String^ OutputKey {
String^ get ();
void set (String^ value);
}
public function get OutputKey () : String
public function set OutputKey (value : String)
Property Value
Type: System.String
.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.