Partager via


Propriété ScriptOption.ClusteredIndexes

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Shared ReadOnly Property ClusteredIndexes As ScriptOption 
    Get
'Utilisation
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

Valeur de propriété

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

Exemples

Création de scripts

Voir aussi

Référence

ScriptOption Classe

Espace de noms Microsoft.SqlServer.Management.Smo