指定されたキー、データ型、名前、および説明を使用して、OutputDescriptor クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.Data.Schema.Tools.DataGenerator
アセンブリ: Microsoft.Data.Schema.Tools (Microsoft.Data.Schema.Tools.dll 内)
構文
'宣言
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
)
パラメーター
- key
型: System.String
出力値を一意に識別するためのキーです。既定のデザイナーでは、このキーはプロパティ名になります。
- type
型: System.Type
出力のデータ型です。
- name
型: System.String
出力の名前。
- description
型: System.String
出力の説明です。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。