Udostępnij za pośrednictwem


Właściwość NamedSmoObject.Name

Pobiera lub ustawia nazwę obiektu.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.Design)> _
<SfcKeyAttribute()> _
Public Overridable Property Name As String
    Get
    Set
'Użycie
Dim instance As NamedSmoObject
Dim value As String

value = instance.Name

instance.Name = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.Design)]
[SfcKeyAttribute()]
public virtual string Name { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone|SfcPropertyFlags::Design)]
[SfcKeyAttribute()]
public:
virtual property String^ Name {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.Design)>]
[<SfcKeyAttribute()>]
abstract Name : string with get, set
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.Design)>]
[<SfcKeyAttribute()>]
override Name : string with get, set
function get Name () : String
function set Name (value : String)

Wartość właściwości

Typ: System.String
A String wartość, która określa nazwę obiektu.

Uwagi

Ostrzeżenie

Jeżeli indeks jest oparty na UserDefinedTableType obiektu, nazwa jest zawsze automatycznie wygenerowane przez system niezależnie od Name wartości właściwość.