Generator.TableName 属性

获取或设置列所属表的名称。

命名空间:  Microsoft.Data.Schema.Tools.DataGenerator
程序集:  Microsoft.Data.Schema.Tools(在 Microsoft.Data.Schema.Tools.dll 中)

语法

声明
<InputAttribute(AutoAssignedInput := AutoAssignedInput.TableName, ReadOnly := True,  _
    Visible := False)> _
Public Property TableName As String
    Get
    Set
[InputAttribute(AutoAssignedInput = AutoAssignedInput.TableName, ReadOnly = true, 
    Visible = false)]
public string TableName { get; set; }
[InputAttribute(AutoAssignedInput = AutoAssignedInput::TableName, ReadOnly = true, 
    Visible = false)]
public:
property String^ TableName {
    String^ get ();
    void set (String^ value);
}
[<InputAttribute(AutoAssignedInput = AutoAssignedInput.TableName, ReadOnly = true, 
    Visible = false)>]
member TableName : string with get, set
function get TableName () : String
function set TableName (value : String)

属性值

类型:System.String
表的名称。

备注

InputAttributeAutoAssignedInput 命名参数对该属性进行了修饰。

.NET Framework 安全性

请参见

参考

Generator 类

Microsoft.Data.Schema.Tools.DataGenerator 命名空间

InputAttribute

AutoAssignedInput