IDataScope.Name 屬性
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Private ReadOnly Property Name As String
Implements IDataScope.Name
Get
'用途
Dim instance As CustomData
Dim value As String
value = CType(instance, IDataScope).Name
string IDataScope.Name { get; }
private:
virtual property String^ Name {
String^ get () sealed = IDataScope::Name::get;
}
private abstract Name : string
private override Name : string
JScript 支援明確介面實作的使用,但不支援新介面實作的宣告。