Freigeben über


IndexCreateMemory-Eigenschaft

Ruft das ConfigProperty-Objekt ab, das zum Festlegen der Konfigurationsoption Speicher für Indexerstellung verwendet wird.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public ReadOnly Property IndexCreateMemory As ConfigProperty
    Get
'Usage
Dim instance As Configuration
Dim value As ConfigProperty

value = instance.IndexCreateMemory
public ConfigProperty IndexCreateMemory { get; }
public:
property ConfigProperty^ IndexCreateMemory {
    ConfigProperty^ get ();
}
member IndexCreateMemory : ConfigProperty
function get IndexCreateMemory () : ConfigProperty

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Smo. . :: . .ConfigProperty
Ein ConfigProperty-Objekt, das die Einstellungen für die Konfigurationsoption Speicher für Indexerstellung angibt.

Hinweise

This property specifies the amount of memory used by index creation sorts.