Share via


OutputDescriptor Constructor (String, Type, String, String)

Initializes a new instance of the OutputDescriptor class by using the provided key, data type, name, and description.

Namespace:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Public Sub New ( _
    key As String, _
    type As Type, _
    name As String, _
    description As String _
)
public OutputDescriptor(
    string key,
    Type type,
    string name,
    string description
)
public:
OutputDescriptor(
    String^ key, 
    Type^ type, 
    String^ name, 
    String^ description
)
new : 
        key:string * 
        type:Type * 
        name:string * 
        description:string -> OutputDescriptor
public function OutputDescriptor(
    key : String, 
    type : Type, 
    name : String, 
    description : String
)

Parameters

  • key
    Type: System.String
    The key that is used to uniquely identify the output value. For the default designer, this key is the property name.

.NET Framework Security

See Also

Reference

OutputDescriptor Class

OutputDescriptor Overload

Microsoft.Data.Schema.Tools.DataGenerator Namespace

OutputDescriptor