Aracılığıyla paylaş


SequenceExtender.DatatypeNames Property

Gets a StringCollection which contains the names of the allowed data types for a sequence object.

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

Syntax

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

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

Property Value

Type: System.Collections.Specialized.StringCollection
Returns StringCollection which contains the names of the allowed data types for a sequence object.

See Also

Reference

SequenceExtender Class

Microsoft.SqlServer.Management.Smo Namespace