Index.IsSystemObject Property
Gets the Boolean property value that specifies whether the index is a system object.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
'Dichiarazione
Public ReadOnly Property IsSystemObject As Boolean
public bool IsSystemObject { get; }
public:
property bool IsSystemObject {
bool get ();
}
/** @property */
public boolean get_IsSystemObject ()
public function get IsSystemObject () : boolean
A Boolean value that specifies whether the index is a system object. If True, the index is a system object. If False (default), the index is not a system object.
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
How to: Create a Non-Clustered, Composite Index in Visual Basic .NET
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Index Class
Index Members
Microsoft.SqlServer.Management.Smo Namespace
Creating, Altering, and Removing Indexes
Indici
CREATE INDEX (Transact-SQL)