Share via


SqlScriptProperty Constructor (TSqlFragment)

Initializes a new instance of the SqlScriptProperty class.

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
)

Parameters

.NET Framework Security

See Also

Reference

SqlScriptProperty Class

SqlScriptProperty Overload

Microsoft.Data.Schema.Sql.SchemaModel Namespace