Compartir a través de


OutputDescriptor (Constructor) (String, Type)

Inicializa una nueva instancia de la clase OutputDescriptor usando la clave y el tipo de datos proporcionados.

Espacio de nombres:  Microsoft.Data.Schema.Tools.DataGenerator
Ensamblado:  Microsoft.Data.Schema.Tools (en Microsoft.Data.Schema.Tools.dll)

Sintaxis

'Declaración
Public Sub New ( _
    key As String, _
    type As Type _
)
public OutputDescriptor(
    string key,
    Type type
)
public:
OutputDescriptor(
    String^ key, 
    Type^ type
)
new : 
        key:string * 
        type:Type -> OutputDescriptor
public function OutputDescriptor(
    key : String, 
    type : Type
)

Parámetros

  • key
    Tipo: System.String
    Clave que se utiliza para identificar de forma inequívoca el valor de salida.Para el diseñador predeterminado, esta clave es el nombre de propiedad.

Seguridad de .NET Framework

Vea también

Referencia

OutputDescriptor Clase

OutputDescriptor (Sobrecarga)

Microsoft.Data.Schema.Tools.DataGenerator (Espacio de nombres)

OutputDescriptor