USqlType Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
USqlType() |
Initialisiert eine neue instance der USqlType-Klasse. |
USqlType(String, Nullable<Guid>, String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>) |
Initialisiert eine neue instance der USqlType-Klasse. |
USqlType()
Initialisiert eine neue instance der USqlType-Klasse.
public USqlType();
Public Sub New ()
Gilt für:
USqlType(String, Nullable<Guid>, String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)
Initialisiert eine neue instance der USqlType-Klasse.
public USqlType(string computeAccountName = default, Guid? version = default, string databaseName = default, string schemaName = default, string name = default, string typeFamily = default, string cSharpName = default, string fullCSharpName = default, int? systemTypeId = default, int? userTypeId = default, int? schemaId = default, int? principalId = default, bool? isNullable = default, bool? isUserDefined = default, bool? isAssemblyType = default, bool? isTableType = default, bool? isComplexType = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType : string * Nullable<Guid> * string * string * string * string * string * string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType
Public Sub New (Optional computeAccountName As String = Nothing, Optional version As Nullable(Of Guid) = Nothing, Optional databaseName As String = Nothing, Optional schemaName As String = Nothing, Optional name As String = Nothing, Optional typeFamily As String = Nothing, Optional cSharpName As String = Nothing, Optional fullCSharpName As String = Nothing, Optional systemTypeId As Nullable(Of Integer) = Nothing, Optional userTypeId As Nullable(Of Integer) = Nothing, Optional schemaId As Nullable(Of Integer) = Nothing, Optional principalId As Nullable(Of Integer) = Nothing, Optional isNullable As Nullable(Of Boolean) = Nothing, Optional isUserDefined As Nullable(Of Boolean) = Nothing, Optional isAssemblyType As Nullable(Of Boolean) = Nothing, Optional isTableType As Nullable(Of Boolean) = Nothing, Optional isComplexType As Nullable(Of Boolean) = Nothing)
Parameter
- computeAccountName
- String
der Name des Data Lake Analytics-Kontos.
- databaseName
- String
der Name der Datenbank.
- schemaName
- String
der Name des Schemas, das dieser Tabelle und Datenbank zugeordnet ist.
- name
- String
der Name des Typs für diesen Typ.
- typeFamily
- String
die Typfamilie für diesen Typ.
- cSharpName
- String
der C#-Name für diesen Typ.
- fullCSharpName
- String
der vollqualifizierte C#-Name für diesen Typ.
Gilt für:
Azure SDK for .NET