Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
Gets or sets the ColumnId of the ColumnBinding.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.ColumnIDTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property ColumnID As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A String with the ColumnId of the ColumnBinding.