DbccStatement.Options Property
Gets or sets the DBCC statement options.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property Options As DbccOptions
public DbccOptions Options { get; set; }
public:
property DbccOptions Options {
DbccOptions get ();
void set (DbccOptions value);
}
member Options : DbccOptions with get, set
function get Options () : DbccOptions
function set Options (value : DbccOptions)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.DbccOptions
Returns a DbccOptions enumeration value.
.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.