TimestampToBinary-Eigenschaft

Ruft einen Objektwert ab, der angibt, ob der timestamp-Datentyp in den binary(8)-Datentyp konvertiert wird, wenn ein Skript zur Erstellung einer Tabelle oder eines benutzerdefinierten Datentyps erstellt wird.

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

Syntax

'Declaration
Public Shared ReadOnly Property TimestampToBinary As ScriptOption
    Get
'Usage
Dim value As ScriptOption

value = ScriptOption.TimestampToBinary
public static ScriptOption TimestampToBinary { get; }
public:
static property ScriptOption^ TimestampToBinary {
    ScriptOption^ get ();
}
static member TimestampToBinary : ScriptOption
static function get TimestampToBinary () : ScriptOption

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Smo. . :: . .ScriptOption
Ein ScriptOption-Objekt, das TimestampToBinary in den Skriptoptionen darstellt.

Beispiele

Skripterstellung