SqlElementSource Constructor (TSqlFragment)
Initializes a new instance of the SqlElementSource class, using a fragment.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Sub New ( _
fragment As TSqlFragment _
)
'Usage
Dim fragment As TSqlFragment
Dim instance As New SqlElementSource(fragment)
public SqlElementSource(
TSqlFragment fragment
)
public:
SqlElementSource(
TSqlFragment^ fragment
)
public function SqlElementSource(
fragment : TSqlFragment
)
new :
fragment:TSqlFragment -> SqlElementSource
Parameters
- fragment
Type: Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
The script fragment
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.