SqlDataType.SqlDataTypeOption Property
Gets or sets a Sql data type option value.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property SqlDataTypeOption As SqlDataTypeOption
public SqlDataTypeOption SqlDataTypeOption { get; set; }
public:
property SqlDataTypeOption SqlDataTypeOption {
SqlDataTypeOption get ();
void set (SqlDataTypeOption value);
}
member SqlDataTypeOption : SqlDataTypeOption with get, set
function get SqlDataTypeOption () : SqlDataTypeOption
function set SqlDataTypeOption (value : SqlDataTypeOption)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.SqlDataTypeOption
Returns a SqlDataTypeOption 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.