Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.