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.
- type
Typ: System.Type
Datový typ výstupu.
- name
Typ: System.String
Název výstupu.
- description
Typ: System.String
Popis výstupu.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.