UserDefinedTableType.Name Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a String which contains the name of the instance.

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

Syntax

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

Property Value

Type: System.String

A String which contains the name of the instance.

See Also

UserDefinedTableType Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top