QueueTSqlFragmentOption.TSqlFragment Property
Gets or sets a TSqlFragment.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property TSqlFragment As TSqlFragment
'Usage
Dim instance As QueueTSqlFragmentOption
Dim value As TSqlFragment
value = instance.TSqlFragment
instance.TSqlFragment = value
public TSqlFragment TSqlFragment { get; set; }
public:
property TSqlFragment^ TSqlFragment {
TSqlFragment^ get ();
void set (TSqlFragment^ value);
}
public function get TSqlFragment () : TSqlFragment
public function set TSqlFragment (value : TSqlFragment)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
Returns a TSqlFragment.
Remarks
Value can be a SchemaObjectName, null, or a literal of type integer.
.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.