TableName 属性
获取或设置 DataTableSurrogate 对象所表示的表的名称。
命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 Microsoft.Synchronization.Data.dll 中)
语法
声明
Public Property TableName As String
Get
Set
用法
Dim instance As DataTableSurrogate
Dim value As String
value = instance.TableName
instance.TableName = value
public string TableName { get; set; }
public:
property String^ TableName {
String^ get ();
void set (String^ value);
}
member TableName : string with get, set
function get TableName () : String
function set TableName (value : String)
属性值
类型:System. . :: . .String
表的名称。
异常
异常 | 条件 |
---|---|
ArgumentNullException | value 为 null Nothing nullptr unit null 引用(在 Visual Basic 中为 Nothing) 。 |