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 an array of DataColumnSurrogate objects that comprise the table that is represented by the DataTableSurrogate object.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Function GetDataColumnSurrogates As DataColumnSurrogate()
'Usage
Dim instance As DataTableSurrogate
Dim returnValue As DataColumnSurrogate()
returnValue = instance.GetDataColumnSurrogates
public DataColumnSurrogate[] GetDataColumnSurrogates ()
public:
array<DataColumnSurrogate^>^ GetDataColumnSurrogates ()
public DataColumnSurrogate[] GetDataColumnSurrogates ()
public function GetDataColumnSurrogates () : DataColumnSurrogate[]
Return Value
An array of DataColumnSurrogate objects.
See Also
Reference
DataTableSurrogate Class
DataTableSurrogate Members
Microsoft.Synchronization.Data Namespace