DropContract propriété
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SqlEnum (dans Microsoft.SqlServer.SqlEnum.dll)
Syntaxe
'Déclaration
Public Property DropContract As Boolean
Get
Set
'Utilisation
Dim instance As ServerDdlTriggerEventSet
Dim value As Boolean
value = instance.DropContract
instance.DropContract = value
public bool DropContract { get; set; }
public:
property bool DropContract {
bool get ();
void set (bool value);
}
member DropContract : bool with get, set
function get DropContract () : boolean
function set DropContract (value : boolean)
Valeur de la propriété
Type : System. . :: . .Boolean