Aracılığıyla paylaş


SequenceExtender.DatabaseName Property

Gets a String which contains the name of the database containing the sequence.

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

Syntax

'Bildirim
<ExtendedPropertyAttribute> _
Public ReadOnly Property DatabaseName As String
    Get
'Kullanım
Dim instance As SequenceExtender
Dim value As String

value = instance.DatabaseName
[ExtendedPropertyAttribute]
public string DatabaseName { get; }
[ExtendedPropertyAttribute]
public:
property String^ DatabaseName {
    String^ get ();
}
[<ExtendedPropertyAttribute>]
member DatabaseName : string
function get DatabaseName () : String

Property Value

Type: System.String
A String which contains the name of the database containing the sequence.

See Also

Reference

SequenceExtender Class

Microsoft.SqlServer.Management.Smo Namespace