SqlClrPart-Konstruktor

Initialisiert eine neue Instanz der SqlClrPart-Klasse.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    isFunctionCall As Boolean _
)
public SqlClrPart(
    string name,
    bool isFunctionCall
)
public:
SqlClrPart(
    String^ name, 
    bool isFunctionCall
)
new : 
        name:string * 
        isFunctionCall:bool -> SqlClrPart
public function SqlClrPart(
    name : String, 
    isFunctionCall : boolean
)

Parameter

  • isFunctionCall
    Typ: System.Boolean
    Gibt an, ob es sich bei diesem Teil um einen Methodenaufruf handelt.

.NET Framework-Sicherheit

Siehe auch

Referenz

SqlClrPart Struktur

Microsoft.Data.Schema.Sql.SchemaModel-Namespace