SequenceExtender.CurrentObject Property
Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Bildirim
<ExtendedPropertyAttribute> _
Public ReadOnly Property CurrentObject As SqlSmoObject
Get
'Kullanım
Dim instance As SequenceExtender
Dim value As SqlSmoObject
value = instance.CurrentObject
[ExtendedPropertyAttribute]
public SqlSmoObject CurrentObject { get; }
[ExtendedPropertyAttribute]
public:
property SqlSmoObject^ CurrentObject {
SqlSmoObject^ get ();
}
[<ExtendedPropertyAttribute>]
member CurrentObject : SqlSmoObject
function get CurrentObject () : SqlSmoObject
Property Value
Type: Microsoft.SqlServer.Management.Smo.SqlSmoObject
A SqlSmoObject associated with the sequence.