Aracılığıyla paylaş


SequenceExtender.ConnectionContext Property

Gets the ServerConnection associated with the sequence

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

Syntax

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

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

Property Value

Type: Microsoft.SqlServer.Management.Common.ServerConnection
The ServerConnection which is associated with the sequence.

See Also

Reference

SequenceExtender Class

Microsoft.SqlServer.Management.Smo Namespace