Поделиться через


Свойство ColumnBinding.ColumnID

Gets or sets the ColumnId of the ColumnBinding.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.ColumnIDTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property ColumnID As String 
    Get 
    Set
'Применение
Dim instance As ColumnBinding 
Dim value As String 

value = instance.ColumnID

instance.ColumnID = value
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.ColumnIDTypeConverter, Microsoft.AnalysisServices.Design")]
public string ColumnID { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.ColumnIDTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property String^ ColumnID {
    String^ get ();
    void set (String^ value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.ColumnIDTypeConverter, Microsoft.AnalysisServices.Design")>]
member ColumnID : string with get, set
function get ColumnID () : String 
function set ColumnID (value : String)

Значение свойства

Тип: System.String
A String with the ColumnId of the ColumnBinding.

См. также

Справочник

ColumnBinding Класс

Пространство имен Microsoft.AnalysisServices