ScriptOption.ClusteredIndexes Propiedad
Gets an object that specifies whether statements that define clustered indexes are included in the generated script.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Shared ReadOnly Property ClusteredIndexes As ScriptOption
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.ScriptOption
A ScriptOption object that represents ClusteredIndexes in the scripting options.