Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 GetByte As Nullable(Of Byte)
'Usage
Dim instance As SqlSyncFieldValue
Dim returnValue As Nullable(Of Byte)
returnValue = instance.GetByte
public override Nullable<byte> GetByte ()
public:
virtual Nullable<unsigned char> GetByte () override
public Nullable<byte> GetByte ()
public override function GetByte () : Nullable<byte>
Return Value
The value of the custom field. Returns a null reference (Nothing in Visual Basic) when the field value has not been set.
See Also
Reference
SqlSyncFieldValue Class
SqlSyncFieldValue Members
Microsoft.Synchronization.MetadataStorage Namespace