TableViewTableTypeBase.Name Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a String value that specifies the name of the view table type.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

[SfcKeyAttribute(1)]
[SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.ReadOnlyAfterCreation | SfcPropertyFlags.Standalone | SfcPropertyFlags.SqlAzureDatabase | SfcPropertyFlags.Design | SfcPropertyFlags.Matrix)]
public override string Name { get; set; }
public:
[SfcKeyAttribute(1)]
[SfcPropertyAttribute(SfcPropertyFlags::None | SfcPropertyFlags::ReadOnlyAfterCreation | SfcPropertyFlags::Standalone | SfcPropertyFlags::SqlAzureDatabase | SfcPropertyFlags::Design | SfcPropertyFlags::Matrix)]
property String^ Name {
    virtual String^ get() override;
    virtual void set(String^ value) override;
}
[<SfcKeyAttribute(1)>]
[<SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.ReadOnlyAfterCreation | SfcPropertyFlags.Standalone | SfcPropertyFlags.SqlAzureDatabase | SfcPropertyFlags.Design | SfcPropertyFlags.Matrix)>]
override Name : string with get, set
<SfcKeyAttribute(1)>
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design Or SfcPropertyFlags.Matrix)>
Public Overrides Property Name As String

Property Value

Type: System.String

A String value that specifies the name of the view table type.

See Also

TableViewTableTypeBase Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top