Propriedade do RDL RelationshipEndVisualizationProperties.DisplayKeyPosition

Gets or sets the exact position of the display key.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Property DisplayKeyPosition As Integer 
    Get 
    Set
'Uso
Dim instance As RelationshipEndVisualizationProperties 
Dim value As Integer 

value = instance.DisplayKeyPosition

instance.DisplayKeyPosition = value
public int DisplayKeyPosition { get; set; }
public:
property int DisplayKeyPosition {
    int get ();
    void set (int value);
}
member DisplayKeyPosition : int with get, set
function get DisplayKeyPosition () : int 
function set DisplayKeyPosition (value : int)

Valor da propriedade

Tipo: System.Int32
The exact position of the display key.

Consulte também

Referência

RelationshipEndVisualizationProperties Classe

Namespace Microsoft.AnalysisServices