Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name of the table to which the column belongs.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
<InputAttribute(AutoAssignedInput := AutoAssignedInput.TableName, ReadOnly := True, _
Visible := False)> _
Public Property TableName As String
[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)
Property Value
Type: System.String
The name of the table.
Remarks
This property is decorated with the InputAttribute and the AutoAssignedInput named parameter.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.