DataSourceAttribute.DataSources 属性

定义

获取与此特性关联的 DataSource 标识符。

public:
 property System::String ^ DataSources { System::String ^ get(); };
public:
 property Platform::String ^ DataSources { Platform::String ^ get(); };
public string DataSources { get; }
member this.DataSources : string
Public ReadOnly Property DataSources As String

属性值

String

与此特性关联的 DataSource 标识符。

适用于