DropPartitionScheme Propiedad
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)
Sintaxis
'Declaración
Public Property DropPartitionScheme As Boolean
Get
Set
'Uso
Dim instance As ServerDdlTriggerEventSet
Dim value As Boolean
value = instance.DropPartitionScheme
instance.DropPartitionScheme = value
public bool DropPartitionScheme { get; set; }
public:
property bool DropPartitionScheme {
bool get ();
void set (bool value);
}
member DropPartitionScheme : bool with get, set
function get DropPartitionScheme () : boolean
function set DropPartitionScheme (value : boolean)
Valor de la propiedad
Tipo: System. . :: . .Boolean