SequenceExtender.SelectedDatatypeName Property
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Bildirim
<ExtendedPropertyAttribute> _
Public Property SelectedDatatypeName As String
Get
Set
'Kullanım
Dim instance As SequenceExtender
Dim value As String
value = instance.SelectedDatatypeName
instance.SelectedDatatypeName = value
[ExtendedPropertyAttribute]
public string SelectedDatatypeName { get; set; }
[ExtendedPropertyAttribute]
public:
property String^ SelectedDatatypeName {
String^ get ();
void set (String^ value);
}
[<ExtendedPropertyAttribute>]
member SelectedDatatypeName : string with get, set
function get SelectedDatatypeName () : String
function set SelectedDatatypeName (value : String)
Property Value
Type: System.String