Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.