OnlineHeapOperation Propiedad
Gets or sets the Boolean value that determines whether the table supports online heap or index operations.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Property OnlineHeapOperation As Boolean
Get
Set
'Uso
Dim instance As Table
Dim value As Boolean
value = instance.OnlineHeapOperation
instance.OnlineHeapOperation = value
public bool OnlineHeapOperation { get; set; }
public:
property bool OnlineHeapOperation {
bool get ();
void set (bool value);
}
member OnlineHeapOperation : bool with get, set
function get OnlineHeapOperation () : boolean
function set OnlineHeapOperation (value : boolean)
Valor de la propiedad
Tipo: System. . :: . .Boolean
A Boolean value that specifies whether the table supports online heap or index operations.
If True, the table supports online heap operations. Otherwise, False.
Vea también