Compartilhar via


Propriedade Default

Gets the default bound to the column.

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

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property Default As String
    Get
    Set
'Uso
Dim instance As Column
Dim value As String

value = instance.Default

instance.Default = value
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)]
public string Default { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property String^ Default {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)>]
member Default : string with get, set
function get Default () : String
function set Default (value : String)

Valor da propriedade

Tipo: System. . :: . .String
A Default object that specifies the default bound to the column.

Comentários

The Default property specifies a default. This can be bound to the column by using the BindToColumn method.