Sdílet prostřednictvím


CustomSchemaData – konstruktor (String, String)

Inicializuje novou instanci CustomSchemaData Třída

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

Syntaxe

'Deklarace
Public Sub New ( _
    category As String, _
    dataType As String _
)
public CustomSchemaData(
    string category,
    string dataType
)
public:
CustomSchemaData(
    String^ category, 
    String^ dataType
)
new : 
        category:string * 
        dataType:string -> CustomSchemaData
public function CustomSchemaData(
    category : String, 
    dataType : String
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

CustomSchemaData Třída

CustomSchemaData – přetížení

Microsoft.Data.Schema.SchemaModel – obor názvů