Condividi tramite


Proprietà ScriptOption.ClusteredIndexes

Gets an object that specifies whether statements that define clustered indexes are included in the generated script.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Shared ReadOnly Property ClusteredIndexes As ScriptOption 
    Get
'Utilizzo
Dim value As ScriptOption 

value = ScriptOption.ClusteredIndexes
public static ScriptOption ClusteredIndexes { get; }
public:
static property ScriptOption^ ClusteredIndexes {
    ScriptOption^ get ();
}
static member ClusteredIndexes : ScriptOption
static function get ClusteredIndexes () : ScriptOption

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo.ScriptOption
A ScriptOption object that represents ClusteredIndexes in the scripting options.

Esempi

Generazione di script

Vedere anche

Riferimento

ScriptOption Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo