ResolvedDescriptor.Fragment Property
Gets the fragment for the resolved column.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property Fragment As TSqlFragment
Get
'Usage
Dim instance As ResolvedDescriptor
Dim value As TSqlFragment
value = instance.Fragment
public TSqlFragment Fragment { get; }
public:
property TSqlFragment^ Fragment {
TSqlFragment^ get ();
}
function get Fragment () : TSqlFragment
member Fragment : TSqlFragment
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
.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.