通过


IDataSourceViewSchema.Name 属性

定义

获取视图的名称。

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

属性值

视图的名称。

注解

对于对象 DataTable ,此属性对应于该 TableName 属性。

适用于

另请参阅