Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the value of the custom field.
Namespace: Microsoft.Synchronization.MetadataStorage
Assembly: Microsoft.Synchronization.MetadataStorage (in Microsoft.Synchronization.MetadataStorage.dll)
Syntax
'Declaration
Public Overrides Function GetBytes As Byte()
'Usage
Dim instance As SqlSyncFieldValue
Dim returnValue As Byte()
returnValue = instance.GetBytes()
public override byte[] GetBytes()
public:
virtual array<unsigned char>^ GetBytes() override
abstract GetBytes : unit -> byte[]
override GetBytes : unit -> byte[]
public override function GetBytes() : byte[]
Return Value
Type: System.Byte[]
The value of the custom field. Returns a null reference (Nothing in Visual Basic) when the field value has not been set.