Sdílet prostřednictvím


OutputDescriptor – konstruktor (String, Type, String, String)

Inicializuje novou instanci OutputDescriptor třídy pomocí zadaného klíče, typu dat, název a popis.

Obor názvů:  Microsoft.Data.Schema.Tools.DataGenerator
Sestavení:  Microsoft.Data.Schema.Tools (v Microsoft.Data.Schema.Tools.dll)

Syntaxe

'Deklarace
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
)

Parametry

  • key
    Typ: System.String
    Klíč, který slouží k jednoznačné identifikaci výstupní hodnota.Tento klíč je designer výchozí název vlastnosti.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

OutputDescriptor Třída

OutputDescriptor – přetížení

Microsoft.Data.Schema.Tools.DataGenerator – obor názvů

OutputDescriptor