共用方式為


OutputDescriptor 建構函式 (String, Type)

使用提供的索引鍵和資料型別,初始化 OutputDescriptor 類別的新執行個體。

命名空間:  Microsoft.Data.Schema.Tools.DataGenerator
組件:  Microsoft.Data.Schema.Tools (在 Microsoft.Data.Schema.Tools.dll 中)

語法

'宣告
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
)

參數

  • key
    型別:System.String
    用來唯一識別輸出值的索引鍵。如果是預設設計工具,這個索引鍵會是屬性名稱。

.NET Framework 安全性

請參閱

參考

OutputDescriptor 類別

OutputDescriptor 多載

Microsoft.Data.Schema.Tools.DataGenerator 命名空間

OutputDescriptor