Database.Sequences Property
SQL Server 2012
Gets the SequenceCollection associated with this object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny, typeof(Sequence))] public SequenceCollection Sequences { get; }
Property Value
Type: Microsoft.SqlServer.Management.Smo.SequenceCollectionThe SequenceCollection associated with this object.
