Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets whether an index was created on the referenced schema-bound view or not.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public Property IsIndexed As Boolean
Get
Set
'Usage
Dim instance As ReplicationSchemaBoundView
Dim value As Boolean
value = instance.IsIndexed
instance.IsIndexed = value
public bool IsIndexed { get; set; }
public:
property bool IsIndexed {
bool get ();
void set (bool value);
}
member IsIndexed : bool with get, set
function get IsIndexed () : boolean
function set IsIndexed (value : boolean)
Eigenschaftswert
Typ: System.Boolean
A Boolean value. If true, an index was created on the schema-bound view. If false, an index was not created on the schema-bound view.
Hinweise
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.