CustomSchemaData Constructor (String, String)
Initializes a new instance of the CustomSchemaData class.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
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
)
Parameters
- category
Type: System.String
The category of this data.
- dataType
Type: System.String
The type of this data.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.