AlterTableAlterColumnStatement.AlterTableAlterColumnOption, propriété
Obtient ou définit la valeur des options de modification de colonne et de table.
Espace de noms : Microsoft.Data.Schema.ScriptDom.Sql
Assembly : Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntaxe
'Déclaration
Public Property AlterTableAlterColumnOption As AlterTableAlterColumnOption
Get
Set
public AlterTableAlterColumnOption AlterTableAlterColumnOption { get; set; }
public:
property AlterTableAlterColumnOption AlterTableAlterColumnOption {
AlterTableAlterColumnOption get ();
void set (AlterTableAlterColumnOption value);
}
member AlterTableAlterColumnOption : AlterTableAlterColumnOption with get, set
function get AlterTableAlterColumnOption () : AlterTableAlterColumnOption
function set AlterTableAlterColumnOption (value : AlterTableAlterColumnOption)
Valeur de propriété
Type : Microsoft.Data.Schema.ScriptDom.Sql.AlterTableAlterColumnOption
Retourne une valeur d'énumération AlterTableAlterColumnOption.
Notes
DataType doit être NULL pour que cette valeur soit AddRowguidcol ou DropRowguidcol.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.