Proprietà AnsiPaddingStatus
Ottiene un valore della proprietà booleana che specifica se l'opzione di colonna ANSI_PADDING_ENABLED è attiva.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property AnsiPaddingStatus As Boolean
Get
'Utilizzo
Dim instance As Column
Dim value As Boolean
value = instance.AnsiPaddingStatus
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public bool AnsiPaddingStatus { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property bool AnsiPaddingStatus {
bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member AnsiPaddingStatus : bool
function get AnsiPaddingStatus () : boolean
Valore proprietà
Tipo: System. . :: . .Boolean
Valore booleano che specifica se l'opzione di colonna ANSI_PADDING_ENABLED è attiva.
Se True, gli spazi vuoti finali inseriti nelle colonne a lunghezza variabile non vengono tagliati. In caso contrario False (impostazione predefinita).
Osservazioni
This property specifies whether trailing blanks in variable-length columns are trimmed.
Nota
The value of the AnsiPaddingStatus property is ignored by columns based on the UserDefinedTableType.
Vedere anche