SequenceExtender.State Property
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Bildirim
<ExtendedPropertyAttribute> _
Public ReadOnly Property State As SqlSmoState
Get
'Kullanım
Dim instance As SequenceExtender
Dim value As SqlSmoState
value = instance.State
[ExtendedPropertyAttribute]
public SqlSmoState State { get; }
[ExtendedPropertyAttribute]
public:
property SqlSmoState State {
SqlSmoState get ();
}
[<ExtendedPropertyAttribute>]
member State : SqlSmoState
function get State () : SqlSmoState
Property Value
Type: Microsoft.SqlServer.Management.Smo.SqlSmoState