DataSourceViewBinding.DataSourceViewID Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the DataSourceViewID for the current DataSourceViewBinding.

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

Syntax

[XmlElementAttribute(IsNullable = false)]
[ReadOnlyAttribute(true)]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataSourceViewIDTypeConverter, Microsoft.AnalysisServices.Design")]
[EditorAttribute("Microsoft.AnalysisServices.Design.DataSourceViewIDPropertyTypeEditor, Microsoft.AnalysisServices.Design", 
    typeof(UITypeEditor))]
public string DataSourceViewID { get; set; }
public:
[XmlElementAttribute(IsNullable = false)]
[ReadOnlyAttribute(true)]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataSourceViewIDTypeConverter, Microsoft.AnalysisServices.Design")]
[EditorAttribute("Microsoft.AnalysisServices.Design.DataSourceViewIDPropertyTypeEditor, Microsoft.AnalysisServices.Design", 
    (UITypeEditor^::typeid))]
property String^ DataSourceViewID {
    String^ get();
    void set(String^ value);
}
[<XmlElementAttribute(IsNullable = false)>]
[<ReadOnlyAttribute(true)>]
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataSourceViewIDTypeConverter, Microsoft.AnalysisServices.Design")>]
[<EditorAttribute("Microsoft.AnalysisServices.Design.DataSourceViewIDPropertyTypeEditor, Microsoft.AnalysisServices.Design",
    typeof(UITypeEditor))>]
member DataSourceViewID : string with get, set
<XmlElementAttribute(IsNullable := False)>
<ReadOnlyAttribute(True)>
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataSourceViewIDTypeConverter, Microsoft.AnalysisServices.Design")>
<EditorAttribute("Microsoft.AnalysisServices.Design.DataSourceViewIDPropertyTypeEditor, Microsoft.AnalysisServices.Design",
    GetType(UITypeEditor))>
Public Property DataSourceViewID As String

Property Value

Type: System.String

A String that contains the identifier of the DataSourceView.

See Also

DataSourceViewBinding Class
Microsoft.AnalysisServices Namespace

Return to top