SqlScriptProperty-Konstruktor (TSqlFragment)

Initialisiert eine neue Instanz der SqlScriptProperty-Klasse.

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

Syntax

'Declaration
Public Sub New ( _
    fragment As TSqlFragment _
)
public SqlScriptProperty(
    TSqlFragment fragment
)
public:
SqlScriptProperty(
    TSqlFragment^ fragment
)
new : 
        fragment:TSqlFragment -> SqlScriptProperty
public function SqlScriptProperty(
    fragment : TSqlFragment
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

SqlScriptProperty Klasse

SqlScriptProperty-Überladung

Microsoft.Data.Schema.Sql.SchemaModel-Namespace