SyncSchemaForeignKeys.Values Propiedad
Obtiene una colección de los valores contenidos en el objeto SyncSchemaForeignKeys.
Espacio de nombres: Microsoft.Synchronization.Data
Ensamblado: Microsoft.Synchronization.Data (en microsoft.synchronization.data.dll)
Sintaxis
'Declaración
Public ReadOnly Property Values As IEnumerable(Of SyncSchemaForeignKey)
'Uso
Dim instance As SyncSchemaForeignKeys
Dim value As IEnumerable(Of SyncSchemaForeignKey)
value = instance.Values
public IEnumerable<SyncSchemaForeignKey> Values { get; }
public:
property IEnumerable<SyncSchemaForeignKey^>^ Values {
IEnumerable<SyncSchemaForeignKey^>^ get ();
}
/** @property */
public IEnumerable<SyncSchemaForeignKey> get_Values ()
public function get Values () : IEnumerable<SyncSchemaForeignKey>
Valor de la propiedad
Colección de los valores contenidos en el objeto SyncSchemaForeignKeys.
Vea también
Referencia
SyncSchemaForeignKeys Clase
SyncSchemaForeignKeys Miembros
Microsoft.Synchronization.Data Espacio de nombres