Freigeben über


USqlType Konstruktoren

Definition

Ü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.

version
Nullable<Guid>

die Version des Katalogelements.

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.

systemTypeId
Nullable<Int32>

die Systemtyp-ID für diesen Typ.

userTypeId
Nullable<Int32>

die Benutzertyp-ID für diesen Typ.

schemaId
Nullable<Int32>

Die Schema-ID für diesen Typ.

principalId
Nullable<Int32>

die Prinzipal-ID für diesen Typ.

isNullable
Nullable<Boolean>

der Schalter, der angibt, ob dieser Typ nullable ist.

isUserDefined
Nullable<Boolean>

der Schalter, der angibt, ob dieser Typ benutzerdefiniert ist.

isAssemblyType
Nullable<Boolean>

der Schalter, der angibt, ob dieser Typ ein Assemblytyp ist.

isTableType
Nullable<Boolean>

der Schalter, der angibt, ob dieser Typ ein Tabellentyp ist.

isComplexType
Nullable<Boolean>

der Schalter, der angibt, ob dieser Typ ein komplexer Typ ist.

Gilt für: