Partilhar via


Propriedade do RDL ColumnStoreIndex.IndexedObject

IndexedObject relationship class of ColumnStoreIndex

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

'Declaração
Public Shared Property IndexedObject As ModelRelationshipClass 
    Get 
    Friend Set
'Uso
Dim value As ModelRelationshipClass 

value = ColumnStoreIndex.IndexedObject
public static ModelRelationshipClass IndexedObject { get; internal set; }
public:
static property ModelRelationshipClass^ IndexedObject {
    ModelRelationshipClass^ get ();
    internal: void set (ModelRelationshipClass^ value);
}
static member IndexedObject : ModelRelationshipClass with get, internal set
static function get IndexedObject () : ModelRelationshipClass 
internal static function set IndexedObject (value : ModelRelationshipClass)

Valor da propriedade

Tipo: Microsoft.SqlServer.Dac.Model.ModelRelationshipClass

Consulte também

Referência

ColumnStoreIndex Classe

Namespace Microsoft.SqlServer.Dac.Model